Click here to Skip to main content
15,895,084 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi guys,

i have a asp.net website using c#.

Where i want to add one timer to make an inactive window to active.

for eg, if it(win) is idle for a min or two, then the timer tick event will make it active.

is it possible in c#.

please help me, thanks.
Posted
Comments
jaket-cp 10-Nov-14 6:16am    
If you want the web page to be refreshed after a specific time, that can be performed using html meta tag.
http://www.w3schools.com/tags/att_meta_http_equiv.asp

1 solution

Hi,

Its Possible using Update Panel and Update Panel Progress

Check below Reference

Using UpdateProgress and Making Background Inactive[^]

Thanks

Siva Rm K
 
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