Click here to Skip to main content
16,005,682 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionDropdown SelectedIndex Pin
| Muhammad Waqas Butt |13-Aug-07 0:49
professional| Muhammad Waqas Butt |13-Aug-07 0:49 
AnswerRe: Dropdown SelectedIndex Pin
N a v a n e e t h13-Aug-07 0:55
N a v a n e e t h13-Aug-07 0:55 
GeneralRe: Dropdown SelectedIndex Pin
| Muhammad Waqas Butt |13-Aug-07 2:57
professional| Muhammad Waqas Butt |13-Aug-07 2:57 
GeneralRe: Dropdown SelectedIndex Pin
N a v a n e e t h13-Aug-07 3:49
N a v a n e e t h13-Aug-07 3:49 
GeneralRe: Dropdown SelectedIndex Pin
Nick.cheng.liu13-Aug-07 7:05
Nick.cheng.liu13-Aug-07 7:05 
QuestionExport Html table into Xls format Pin
Mustakim Mansuri13-Aug-07 0:44
Mustakim Mansuri13-Aug-07 0:44 
Questionsession state problem Pin
Kissy1613-Aug-07 0:44
Kissy1613-Aug-07 0:44 
AnswerRe: session state problem Pin
kubben13-Aug-07 3:03
kubben13-Aug-07 3:03 
So your web.config looks like this:
<configuration>
<system.web>
<sessionState
mode="InProc"
timeout="60" />
</system.web>
</configuration>
??

What are you setting the session values to blank? I would think in the session_end event you would set them to null so the memory would be freed. There is no reason to initialize them to blank. In your code check to see if the session varable is null or Nothing if you are using VB.net

Ben

GeneralRe: session state problem Pin
naveen attri12-Jul-09 23:21
naveen attri12-Jul-09 23:21 
QuestionWhen press Enter move to next field? Pin
fmlove13-Aug-07 0:30
fmlove13-Aug-07 0:30 
AnswerRe: When press Enter move to next field? Pin
N a v a n e e t h13-Aug-07 0:52
N a v a n e e t h13-Aug-07 0:52 
QuestionASP.NET AAND WRITE EXCEL Pin
S A R I T H13-Aug-07 0:23
S A R I T H13-Aug-07 0:23 
AnswerRe: ASP.NET AAND WRITE EXCEL Pin
soneliso13-Aug-07 1:03
soneliso13-Aug-07 1:03 
QuestionObject reference not set to an instance of an object Pin
kirthikirthi12-Aug-07 23:52
kirthikirthi12-Aug-07 23:52 
AnswerRe: Object reference not set to an instance of an object Pin
Christian Graus13-Aug-07 0:08
protectorChristian Graus13-Aug-07 0:08 
GeneralRe: Object reference not set to an instance of an object [modified] Pin
kirthikirthi13-Aug-07 0:27
kirthikirthi13-Aug-07 0:27 
GeneralRe: Object reference not set to an instance of an object Pin
VanithaVasu13-Aug-07 1:59
VanithaVasu13-Aug-07 1:59 
QuestionRead Excel Using ASP.NET Pin
S A R I T H12-Aug-07 23:33
S A R I T H12-Aug-07 23:33 
AnswerRe: Read Excel Using ASP.NET Pin
Blue_Boy12-Aug-07 23:59
Blue_Boy12-Aug-07 23:59 
GeneralRe: Read Excel Using ASP.NET Pin
S A R I T H13-Aug-07 0:07
S A R I T H13-Aug-07 0:07 
GeneralRe: Read Excel Using ASP.NET Pin
Blue_Boy13-Aug-07 0:46
Blue_Boy13-Aug-07 0:46 
AnswerRe: Read Excel Using ASP.NET Pin
John-ph13-Aug-07 0:41
John-ph13-Aug-07 0:41 
QuestionSqlDataSource multiple fiters Pin
JacquesDP12-Aug-07 23:27
JacquesDP12-Aug-07 23:27 
AnswerRe: SqlDataSource multiple fiters Pin
JacquesDP13-Aug-07 1:46
JacquesDP13-Aug-07 1:46 
QuestionSession end does not fire Pin
soneliso12-Aug-07 23:26
soneliso12-Aug-07 23:26 

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.