Web Forms :: Daily Weather Forecast Using Weather API?
May 7, 2015Weather class
public class weatherdata
{
[DataMember]
[Code].....
I am getting null in the icon but its not in the json it has a icon name specified
Weather class
public class weatherdata
{
[DataMember]
[Code].....
I am getting null in the icon but its not in the json it has a icon name specified
I want to develope charts for weather forecast sources like scadar,historical,weather and static data. Does anybody worked for these type of weather forecasting charts. what type of charts we can use for weather forecast? data will be in xml format. If user selects any datefrom and dateto, time interval according to that selection charts will be shown.
View 2 Replieshow can i insert weather information panel into my asp.net web site?
View 1 RepliesI have Page which has some database values in It . The current database value is say x then i want an event to be fired if the database value changes I want the Page to check the Database value in every 5 Seconds .
View 2 Repliesi want to use the weather web service that provided for free from webservicex so i have added the service to my ASP.net web site [URL] in the code behind i have defined an object of this service and this object require the country and city name to get the result back i gave the
city name :amman
country : jordan
but i dont know how can i get back the result? is there any function i forgeted?
I never used linq before and i'm having trouble parsing the xml file at
[Code]....
[Code]....
[Code]....
I am working on development of a website. Task is to add a Live weather forecast to my webpage. I am unable to find a good working solution for this.
View 3 RepliesHow to use MSN and other websute webservice? Like weather,curreny,stock,sms etc ? Some thing like the below website exchange rate [URL]
View 9 RepliesIf I store the data every second, the database will grow rapidly. I need to have less detail of measurements of a few weeks/months back. An average would be enough. I have 5 sensors: wind speed, wind direction, temperature, light and rain. How would I design my database?
View 1 RepliesI am Adding Webservice Reference in my project . WSDL , Disco , XSD files are created in my project.now , my issue is how to check weather WSDL showing correct DataContracts or not. I dont want unwanted datacontracts to be downloaded .
View 2 RepliesI have started this small project but somehow feeling blank all of a sudden. anybody with pieces of code and structure . Project Specifications
 Use an SQL Server Database
 Show an entry form after the user presses "Add Event"
 Save appointment data to the database after the user presses "Submit"
Developing online car booking application.. I have a scenario for restricting only 10 bookings daily.
View 1 RepliesI want to create a thread function in which once a day is completed a folder inside my website project has to be deleted.
View 1 RepliesI want to generate a CSV file everyday at 12:00 noon. How to write this code and how to generate CSV file using databse table fields.
Where shall I write this code so that it should run everyday at 12:00 ...
I'm working on a project where i'm suppose to show the employees about their daily work on time based & This is wot i need exactly.,
i dont want to EDIT or UPDATE further in the TIMELINE
The values will be in SQL Database 2000,i want to get those values from database & display in this time sheet based on their work timing
(eg.) if employee has to meet a person by 10 A.M to 3 P.M,I have to block the cells which falls in that timeline (like GREEN colored box in the figure above)
[URL]
[URL]
I have an application that I am working on. It tracks employee's time. I have a gridview on a page that shows the time a user clock-in and out for the day. The gridview shows data for a 2 week time span (a pay period). Occasionally an employee may have to leave and come back to work. That would require them to clock-in/out at least twice in one day. I need to add a column to my gridview that shows a daily total. I have 5 columns already. They are: date, time in, time out, hours worked, and difference. The hours worked is just using datediff to get the hours worked between the times that the employee clocked-in/out. The difference column takes the hours worked and subtracts if from 8.5hrs to get the difference in hours worked and the acutal scheduled time.
Im not exactly sure how to get the daily total. I am using MSSQL Server 2005 and VB.
I have developed an online HRM package ...
I need to maintain daily attendance of every employee ...
Salary is given on 1st of every month , minimum CL for an employee is 12 days in a year. After 12 days , if he or she absent more than 12 days of CL , then deduct from his or her salary amount to be paid next times.
I have a ASP.NET ASHX Handler that I need to be triggered daily and once weekly at a specified time.How can I run this using a windows based job?
View 8 RepliesI am looking for a way to run a specific function only if it is on a specific hour.
Something like this:
[Code]....
How can I do this outside the code. to maintain monthly,weekly and daily events...
How to create monthli,daily events/conditions?
I need to run a daily process at a given time. how to do it in ASP.NET/C#? web site is hosted in godaddy shared hosting server.
I've tried with timers but not working. I think this timers get reset with application pool recycling.
i'm trying to design an attendance register for pupils in a class for a term (3 months). I wanted to create columns for each day throughout the 3 months in the students table of the database but i feel this is too ambigous. The register will be marked either 'presence' or 'absence' everyday by the class teacher. there will be a gridview with 3 columns (ID, Name & Current date). The current date will have checkbox to mark presence or absence.
View 4 RepliesI have a web site in asp.net(C#). And want to add an automatic email sending functionality in it, i.e. an email will be send daily and weekly(both on a particular time) to all the stock holders about the orders details placed by registered users. How can I do this in asp.net(C#)?
View 21 RepliesI have to write stored proc to get the daily transaction for a specified date. Right now what i do is everytime i log a transaction in table3 I update table 2 with the count. Then i use table 2 to write the stored proc and to get the desired result. I have pasted my stored proc below with the output. My problem is when another subsystem is added in the AppInfo table i need to update my stored proc because i have hardcoded the subsystem name.
[Code]....
I i want to schedule an asp.net page on my hosting, how to achieve it?
for instance, i have a page named myservice.aspx runing on my website.com/myservice.aspx
i want to run this page on every 24 hours.
A web application works with the database. Once a day, the database should be scanned and alerts should be sent to users. From what I've seen out there, additional project has to be created which will be installed on the server and will work with the same database. Executable created by this project has to be installed in Windows scheduler to be activated once a day.This seems complicated and inefficient: starting additional executable and working on the same database.
View 1 Replies