for example, Live Cricket Match Score
how to create webservice in asp.net for fetching data?
i want to create webservice which fetch data from server and with this data refresh particular div in asp.net website..
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.
Sanjay KumarPosted Dec 20, 2013, 12:55 AM
http://www.webcodeexpert.com/2013/06/ajax-autocompleteextender-control.html#.UrPcj9IW3jA
Hardik PatelPosted Dec 20, 2013, 12:40 AM
Sanjeeb LenkaPosted Dec 20, 2013, 12:02 AM
for this
1st create a webservice which will get the data.
then in your client page use ajax upadtepanel with timercontrol which will upadte the data according to the interval set in timer.
http://www.c-sharpcorner.com/UploadFile/364074/timercontrol-with-updatepanel-in-ajax-using-Asp-Net/