I have an asp.net application with Ajax in which m usign update panel for a grid view for refreshing. I want to show the message on browsing window saying "Refreshign in 30 seconds"( number vary for each second).
Please let me asap.
Thanks Rupa
|
I have an asp.net application with Ajax in which m usign update panel for a grid view for refreshing. I want to show the message on browsing window saying "Refreshign in 30 seconds"( number vary for each second). Please let me asap. Thanks Rupa
| |||
|
feedback
|
|
You can do this on the client in javascript with some good old fashioned DOM manipulation:
You'll need some sort of element in the DOM with id "someElemId". Of course, setInterval isn't 100% accurate, but should be good enough. | |||
|
feedback
|