hi thr..
how to refresh a particular control.
I want my control to be refreshed for every 10 sec.

Thanks in advance

Recommended Answers

All 2 Replies

There is no built in method to refresh a control alone in a webpage. Either you have to refresh the whole page in every 10 Sec or U can use AJAX to refresh your control. You can have your interval update pinging a web service for updates on the control using javascript. Rather than refreshing the entire page ,u can dynamically change the innerHTML of the control u want to refresh.

You can use an update panel and a timer control

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.