Refreshing Data in DataGrid
How can I refresh the Data in DataGrid without using any option. It must do its work automatically.
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.
Prabhu RajaPosted Oct 24, 2011, 1:05 AM
TulasiPosted Oct 24, 2011, 12:32 AM
if its is windows application use Timer Control ,
Bind gridview in timer event .
if it is web application use Update panel with Timer control.
Please mark the answer as Accepted if it helps you.