Posted on: 5/26/2014 6:20:54 PM | Views : 372

Hello,
I have a C# web application, I want to trigger automatic button clicks based on a certain time (30 seconds, 45 seconds,...).
The time interval of the refresh should be read from a database and not hard coded.
Can you help.
Note: I don't want to do a full reload, I want to have my button clicked again (because I have search criteria, if I do a reload, then I will loose my search criteria selection)

Go to the complete details ...