Dear Friends,
I m creating one web application in asp.net with c# ,in that apps i wanna display current temperature in that ,any body suggest code for that ?
Thanks & Regards
Rocky
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jaganathan BantheswaranPosted Dec 23, 2013, 2:15 AM
You have to use some whether apis like google whether api.
Here is the nice example.
Rocky RockyPosted Dec 23, 2013, 2:11 AM
I need to display temperature depends on the user's Geo location on their IP address.
Ring ZhongPosted Dec 23, 2013, 1:59 AM
here are some links for you to know how to do it:
http://weblogs.asp.net/sreejukg/archive/2011/02/21/include-weather-information-to-your-site-using-weather-com-xmloap-service.aspx
http://www.codeproject.com/Articles/112238/Creating-ASP-NET-Weather-User-Control
http://blogs.msdn.com/b/mikhailarkhipov/archive/2004/08/12/213963.aspx
Hope they are useful for you, thanks.