I have web app using C# and ASP.Net. I want to add a onKeyPress programmatically to an textbox and when user is typing call a C# function to reset the session time out. I have tried in Javascript but it does not recognize Session.Timeout. Also I have added onKeyPress successfully but can not get the call to a C# routine right.
Can this be done in C#?


Reply With Quote
