Set the session state in your web.config and increase the timeout value.
<sessionState timeout="20"></sessionState>
Also check the cookie expriy timeout.
<system.web>
<authenticati on mode="Forms">
<forms loginUrl="Login .aspx"
protection="All "
timeout="30"
name=".ASPXAUTH "...
User Profile
Collapse
-
You can not change the title of the Confirm buttons.
Ok , Cancel to Yes , No. you would have to make a custom popup having Yes Or No button.Leave a comment:
-
Why do you want a Server Click? If its required so you may use View States or Session State however Static variable can not be use in a public method.
Instead of Server Click you can use Client Click in you web page.
For example.
...Code:var count = 0; function inc_num(){ count++; // do something } <button type="button" onclick="inc_num()" value="Increment"Last edited by Rabbit; Aug 28 '14, 04:11 PM. Reason: Please use [code] and [/code] tags when posting code or formatted data.Leave a comment:
No activity results to display
Show More
Leave a comment: