Click here to Skip to main content
15,949,686 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow do I get a control into my ToolBox Pin
Brady Kelly4-Feb-08 2:10
Brady Kelly4-Feb-08 2:10 
Generaldropdown Pin
ptvce4-Feb-08 1:35
ptvce4-Feb-08 1:35 
GeneralRe: dropdown Pin
pmarfleet4-Feb-08 4:04
pmarfleet4-Feb-08 4:04 
GeneralOnCheckedChanged not firing Pin
mastoj4-Feb-08 1:11
mastoj4-Feb-08 1:11 
GeneralRe: OnCheckedChanged not firing Pin
mastoj4-Feb-08 1:46
mastoj4-Feb-08 1:46 
GeneralRe: OnCheckedChanged not firing Pin
Superfo7816-Sep-10 6:46
Superfo7816-Sep-10 6:46 
GeneralGlobal Asax Session_End Pin
taltal814-Feb-08 1:09
taltal814-Feb-08 1:09 
AnswerRe: Global Asax Session_End Pin
Guffa4-Feb-08 2:48
Guffa4-Feb-08 2:48 
The Session_End method only runs if there is a persistent session object that times out. The session object is only persisted if you have stored any session variables in it.

Also, a common misconception is that the session ends when the browser window is closed, which is not the case. The session ends when the session object on the server times out (by default 20 minutes after the last request).

Experience is the sum of all the mistakes you have done.

GeneralRedierct to another page when we press on Enter Key instead of Submit button Pin
honeyss4-Feb-08 0:18
honeyss4-Feb-08 0:18 
GeneralRe: Redierct to another page when we press on Enter Key instead of Submit button Pin
jagan1234-Feb-08 0:30
jagan1234-Feb-08 0:30 
GeneralRetrive the HTML Table values Pin
danasegaranea4-Feb-08 0:11
danasegaranea4-Feb-08 0:11 
GeneralRe: Retrive the HTML Table values Pin
Guffa4-Feb-08 2:50
Guffa4-Feb-08 2:50 
Generaljavascript peoblem Pin
ptvce4-Feb-08 0:02
ptvce4-Feb-08 0:02 
GeneralReg: Validator controls displaying error messages all at a time Pin
Satish - Developer3-Feb-08 23:57
Satish - Developer3-Feb-08 23:57 
Questionhow to stop the exeution of a javascript function for few seconds Pin
jagan1233-Feb-08 23:36
jagan1233-Feb-08 23:36 
AnswerRe: how to stop the exeution of a javascript function for few seconds Pin
Guffa3-Feb-08 23:49
Guffa3-Feb-08 23:49 
GeneralRe: how to stop the exeution of a javascript function for few seconds Pin
jagan1234-Feb-08 0:33
jagan1234-Feb-08 0:33 
GeneralRe: how to stop the exeution of a javascript function for few seconds Pin
Guffa4-Feb-08 2:53
Guffa4-Feb-08 2:53 
QuestionTo make several columns in tree view in ASP.Net Pin
sahi3-Feb-08 23:35
sahi3-Feb-08 23:35 
GeneralUsing stored proceures dates Pin
Member 38798813-Feb-08 23:12
Member 38798813-Feb-08 23:12 
GeneralRe: Using stored proceures dates Pin
vijay_chaudhary3-Feb-08 23:23
vijay_chaudhary3-Feb-08 23:23 
GeneralJavascript in HyperLink Button Pin
danasegaranea3-Feb-08 23:03
danasegaranea3-Feb-08 23:03 
GeneralRe: Javascript in HyperLink Button Pin
vijay_chaudhary3-Feb-08 23:26
vijay_chaudhary3-Feb-08 23:26 
GeneralRe: Javascript in HyperLink Button Pin
vijay_chaudhary3-Feb-08 23:32
vijay_chaudhary3-Feb-08 23:32 
GeneralRe: Javascript in HyperLink Button Pin
danasegaranea3-Feb-08 23:37
danasegaranea3-Feb-08 23:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.