Hi, everyone I am looking for displaying the Data in the Gridview in every secong and without Having the postback.Just like the Stock exchange.any one plz help me out??????????
Thanks
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.
Ryan AlfordPosted Jul 11, 2008, 12:53 PM
ArshadPosted Jul 10, 2008, 11:47 AM
Plz let me know, Thanks
Scott LyslePosted Jul 10, 2008, 12:31 AM
Add this line to the head section of the page:
<
meta http-equiv='Refresh' content=1 />Then, in the page load event, add the code to refresh your grid. You might want to consider a greater time interval.