I am using ajax UpdatePanel in my asp.net page, and I wanted to know can I auto refresh data in my gridview control?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Have a look at this page: auto-postback-or-refresh-page-for-every-defined-time-interval Using a timer is the simpliest way.
|
|||
|
|