Click here to Skip to main content
16,007,163 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: ASP.Net Postback problem Pin
Sandeep Akhare7-Feb-08 20:46
Sandeep Akhare7-Feb-08 20:46 
GeneralRe: ASP.Net Postback problem Pin
rajanandal7-Feb-08 20:58
rajanandal7-Feb-08 20:58 
GeneralHelp me to load xml file Pin
Zeeshan Ahmed Memon7-Feb-08 19:16
Zeeshan Ahmed Memon7-Feb-08 19:16 
GeneralRe: Help me to load xml file Pin
Sandeep Akhare7-Feb-08 20:24
Sandeep Akhare7-Feb-08 20:24 
GeneralRe: Help me to load xml file Pin
Zeeshan Ahmed Memon7-Feb-08 21:06
Zeeshan Ahmed Memon7-Feb-08 21:06 
General"Sys.InvalidOperationException: Handler was not added through the Sys.UI.DomEvent.addHandler method" Pin
Chetan Patel7-Feb-08 18:12
Chetan Patel7-Feb-08 18:12 
Questiongarbage collection Pin
Member 47080777-Feb-08 17:48
Member 47080777-Feb-08 17:48 
GeneralRe: garbage collection Pin
dilipv7-Feb-08 18:37
dilipv7-Feb-08 18:37 
hi raja,
Garbage collection is used for releasing all the resource occupied by the program and it's variable, so that another application can use these resources easily. Garbage Collection is itself algorigth which call itself at the end of the program. It is the last method of any program. It first try to find out which program variable and resources no longer needed/referenced by the program. If it find's that all the variable and resources no longer needed by the program, then it immediately calls Garbage collection. Garbage Collection stores all the necessery information in the persistence medium then release the memory occupied by the variables. Then close all the open database and network connections.
For this purpose Garbage Collection uses memory referencing, network connections and database connections referncing. If referencing doesn't exist, it call releasing of memory and other resources.

Hope this will help you.
Thanks & Regards
Dilip Kumar Vishwakarma

Programmer
.Net Consulting

GeneralRe: garbage collection Pin
Sandeep Akhare7-Feb-08 18:39
Sandeep Akhare7-Feb-08 18:39 
Generalset attribute for treenode Pin
SreejithAchutan7-Feb-08 16:59
SreejithAchutan7-Feb-08 16:59 
GeneralRadiobutton's ServerChange event handler does not fire Pin
tjkota7-Feb-08 10:42
tjkota7-Feb-08 10:42 
GeneralRe: Radiobutton's ServerChange event handler does not fire Pin
pmarfleet7-Feb-08 11:48
pmarfleet7-Feb-08 11:48 
GeneralRe: Radiobutton's ServerChange event handler does not fire Pin
tjkota7-Feb-08 11:51
tjkota7-Feb-08 11:51 
GeneralRe: Radiobutton's ServerChange event handler does not fire Pin
tjkota7-Feb-08 11:52
tjkota7-Feb-08 11:52 
GeneralRe: Radiobutton's ServerChange event handler does not fire Pin
pmarfleet7-Feb-08 12:03
pmarfleet7-Feb-08 12:03 
GeneralRe: Radiobutton's ServerChange event handler does not fire Pin
tjkota7-Feb-08 12:04
tjkota7-Feb-08 12:04 
GeneralRe: Radiobutton's ServerChange event handler does not fire Pin
Expert Coming7-Feb-08 16:06
Expert Coming7-Feb-08 16:06 
GeneralRe: Radiobutton's ServerChange event handler does not fire Pin
Sandeep Akhare7-Feb-08 18:44
Sandeep Akhare7-Feb-08 18:44 
GeneralRe: Radiobutton's ServerChange event handler does not fire Pin
Gandalf_TheWhite7-Feb-08 18:49
professionalGandalf_TheWhite7-Feb-08 18:49 
GeneralRe: Radiobutton's ServerChange event handler does not fire Pin
Sandeep Akhare7-Feb-08 18:53
Sandeep Akhare7-Feb-08 18:53 
GeneralRe: Radiobutton's ServerChange event handler does not fire Pin
Gandalf_TheWhite7-Feb-08 19:06
professionalGandalf_TheWhite7-Feb-08 19:06 
GeneralRe: Radiobutton's ServerChange event handler does not fire Pin
Sandeep Akhare7-Feb-08 19:16
Sandeep Akhare7-Feb-08 19:16 
GeneralRe: Radiobutton's ServerChange event handler does not fire Pin
Gandalf_TheWhite7-Feb-08 19:24
professionalGandalf_TheWhite7-Feb-08 19:24 
GeneralRe: Radiobutton's ServerChange event handler does not fire Pin
Gandalf_TheWhite7-Feb-08 19:37
professionalGandalf_TheWhite7-Feb-08 19:37 
GeneralRe: Radiobutton's ServerChange event handler does not fire Pin
Gandalf_TheWhite7-Feb-08 19:43
professionalGandalf_TheWhite7-Feb-08 19:43 

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.