Click here to Skip to main content
15,896,557 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Get exception from application to Global.asax page Pin
Satish - Developer5-Mar-08 22:41
Satish - Developer5-Mar-08 22:41 
QuestionGridView RowUpdating textbox.Text = "" Pin
Member 43822325-Mar-08 22:05
Member 43822325-Mar-08 22:05 
GeneralRe: GridView RowUpdating textbox.Text = "" Pin
Herman<T>.Instance14-Apr-08 4:54
Herman<T>.Instance14-Apr-08 4:54 
QuestionHow to pass value user control to user control Pin
praveenkumar_mca5-Mar-08 22:04
praveenkumar_mca5-Mar-08 22:04 
AnswerRe: How to pass value user control to user control Pin
meghamaharshi5-Mar-08 22:08
meghamaharshi5-Mar-08 22:08 
AnswerRe: How to pass value user control to user control Pin
Member 43822325-Mar-08 22:09
Member 43822325-Mar-08 22:09 
QuestionHow to release memory at the time of log out in asp/asp.net web application. Pin
abhishek.mumbai5-Mar-08 22:02
abhishek.mumbai5-Mar-08 22:02 
AnswerRe: How to release memory at the time of log out in asp/asp.net web application. [modified] Pin
Laddie5-Mar-08 23:34
Laddie5-Mar-08 23:34 
1) There is no way we can determine from server side user closed the browser or not.

2) You can set the Application pool to recycle itself based on various citerias so that it will relase memmory once it reached a predefined value.( Applicatio Pool> right click properties > Recycling)

3) Question : Do you have any idea how your application is filling up this much of memory ?.. You can also add a clean up script in the Session _end Event in the global.asa.

Note : This event will fire only if you are storing your session in InProc

Thanks
Laddie


Kindly rate if the answer was helpful

modified on Thursday, March 6, 2008 5:41 AM

GeneralRe: How to release memory at the time of log out in asp/asp.net web application. Pin
abhishek.mumbai6-Mar-08 0:52
abhishek.mumbai6-Mar-08 0:52 
GeneralRe: How to release memory at the time of log out in asp/asp.net web application. Pin
Laddie6-Mar-08 4:02
Laddie6-Mar-08 4:02 
Generalselecting items dynamically in listbox control Pin
Mogaambo5-Mar-08 21:48
Mogaambo5-Mar-08 21:48 
GeneralRe: selecting items dynamically in listbox control Pin
eyeseetee5-Mar-08 21:55
eyeseetee5-Mar-08 21:55 
GeneralRe: selecting items dynamically in listbox control Pin
Mogaambo5-Mar-08 21:56
Mogaambo5-Mar-08 21:56 
GeneralRe: selecting items dynamically in listbox control Pin
N a v a n e e t h5-Mar-08 22:01
N a v a n e e t h5-Mar-08 22:01 
GeneralRe: selecting items dynamically in listbox control Pin
Mogaambo5-Mar-08 22:03
Mogaambo5-Mar-08 22:03 
GeneralRe: selecting items dynamically in listbox control Pin
N a v a n e e t h5-Mar-08 22:20
N a v a n e e t h5-Mar-08 22:20 
GeneralRe: selecting items dynamically in listbox control Pin
eyeseetee5-Mar-08 22:31
eyeseetee5-Mar-08 22:31 
Generalright click Pin
meghamaharshi5-Mar-08 21:27
meghamaharshi5-Mar-08 21:27 
AnswerRe: right click Pin
Vasudevan Deepak Kumar5-Mar-08 21:30
Vasudevan Deepak Kumar5-Mar-08 21:30 
GeneralRe: right click Pin
meghamaharshi5-Mar-08 22:04
meghamaharshi5-Mar-08 22:04 
Generalasp.net serverside textbox at client-side by using vbscript Pin
indian1435-Mar-08 21:23
indian1435-Mar-08 21:23 
GeneralRe: asp.net serverside textbox at client-side by using vbscript Pin
Vasudevan Deepak Kumar5-Mar-08 21:31
Vasudevan Deepak Kumar5-Mar-08 21:31 
GeneralRe: asp.net serverside textbox at client-side by using vbscript Pin
meghamaharshi5-Mar-08 21:33
meghamaharshi5-Mar-08 21:33 
Questionsave page Pin
meghamaharshi5-Mar-08 20:18
meghamaharshi5-Mar-08 20:18 
GeneralRe: save page Pin
sathish s5-Mar-08 20:57
sathish s5-Mar-08 20:57 

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.