Hi Friends.....,
I Need to Call a Button Click Event on When my Web Page is Idle for Five Min. I Googled I Can't Find any Clear Solution for Please Let Me Know Solution for This Soon Using ASP.NET C#
Regards.....,
R.V.Rajagopalan
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajagopalan R VPosted Jan 2, 2015, 1:26 AM
It's Working For Every Time Interval What Ever We Declare But Actually What i Need is When The Application or Tool is Idle for 5 Min. i Need to Call that Button Event
Regards.....,
R.V.Rajagopalan
Khargesh RajputPosted Dec 23, 2014, 2:31 AM
you can change 600 according to your time to refresh page
and on page load use like this
btn.Attributes.Add("OnClientClick", "");
or add your function on event onclick or onclientclick
this may help you