Click here to Skip to main content
15,894,343 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Dear All,

On my webform i have a gridview, Just above Gridview i need LABEL with diplaying message for every 30 seconds. "updating Data"

using Ajax timer, Display a message for ever 30 seconds "Updating data"

This "updating data" message should come for every 30 seconds.


Please send me code.

Thanks.
Posted
Comments
Sergey Alexandrovich Kryukov 16-Apr-12 13:02pm    
First of all, why it is a problem? Where the data is updated? Is it on the server side?
--SA

1 solution

By the way, if you don't show some data detail in update message, showing it every 30 seconds make no sense at all: the user will see only "Updating data" every time, as if you did not change the content at all. If so, you should only show this message once and removed when the data is ready. No timer needed.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900