Click here to Skip to main content
15,911,707 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Destroy Variables Pin
mr_muskurahat12-Jan-09 22:23
mr_muskurahat12-Jan-09 22:23 
GeneralRe: Destroy Variables Pin
Shivan Nandan12-Jan-09 22:58
Shivan Nandan12-Jan-09 22:58 
GeneralRe: Destroy Variables Pin
N a v a n e e t h12-Jan-09 23:35
N a v a n e e t h12-Jan-09 23:35 
GeneralRe: Destroy Variables Pin
Shivan Nandan12-Jan-09 23:56
Shivan Nandan12-Jan-09 23:56 
GeneralRe: Destroy Variables Pin
N a v a n e e t h13-Jan-09 1:02
N a v a n e e t h13-Jan-09 1:02 
GeneralRe: Destroy Variables Pin
Shivan Nandan14-Jan-09 17:41
Shivan Nandan14-Jan-09 17:41 
GeneralRe: Destroy Variables Pin
scotchy2hotty2k214-Jan-09 17:55
scotchy2hotty2k214-Jan-09 17:55 
AnswerRe: Destroy Variables Pin
Brij12-Jan-09 22:24
mentorBrij12-Jan-09 22:24 
Why you want this.Actually for any value type variable you does need to care because thaey are allocated n stack so they will be according to the scope of that variable.

For reference type vaiable also ,the garbage collector take care of all this,you can also call garbage collector by your own but it is not advisable as per Microsoft.You can do one thing,if reference variablle if you don't need any more ,you can assign null it to you,it'll help gc.

Cheers!!
Brij

GeneralRe: Destroy Variables Pin
N a v a n e e t h12-Jan-09 23:33
N a v a n e e t h12-Jan-09 23:33 
Questionwebcontrol returns object not set to refrence error while setting the property Pin
scotchy2hotty2k212-Jan-09 20:56
scotchy2hotty2k212-Jan-09 20:56 
AnswerRe: webcontrol returns object not set to refrence error while setting the property Pin
N a v a n e e t h12-Jan-09 21:03
N a v a n e e t h12-Jan-09 21:03 
GeneralRe: webcontrol returns object not set to refrence error while setting the property Pin
scotchy2hotty2k212-Jan-09 22:51
scotchy2hotty2k212-Jan-09 22:51 
GeneralRe: webcontrol returns object not set to refrence error while setting the property Pin
N a v a n e e t h12-Jan-09 23:27
N a v a n e e t h12-Jan-09 23:27 
GeneralRe: webcontrol returns object not set to refrence error while setting the property Pin
scotchy2hotty2k214-Jan-09 18:00
scotchy2hotty2k214-Jan-09 18:00 
QuestionDeleting a file in C# and handling the case where the file is already being used by another process Pin
Tina P12-Jan-09 20:27
Tina P12-Jan-09 20:27 
AnswerRe: Deleting a file in C# and handling the case where the file is already being used by another process Pin
N a v a n e e t h12-Jan-09 20:44
N a v a n e e t h12-Jan-09 20:44 
AnswerRe: Deleting a file in C# and handling the case where the file is already being used by another process Pin
J a a n s12-Jan-09 20:46
professionalJ a a n s12-Jan-09 20:46 
GeneralRe: Deleting a file in C# and handling the case where the file is already being used by another process Pin
Tina P13-Jan-09 7:25
Tina P13-Jan-09 7:25 
AnswerRe: Deleting a file in C# and handling the case where the file is already being used by another process Pin
Abhijit Jana12-Jan-09 20:50
professionalAbhijit Jana12-Jan-09 20:50 
AnswerRe: Deleting a file in C# and handling the case where the file is already being used by another process Pin
Vivek Bhatnagar12-Jan-09 20:55
Vivek Bhatnagar12-Jan-09 20:55 
AnswerRe: Deleting a file in C# and handling the case where the file is already being used by another process Pin
Member 450194013-Jan-09 7:57
Member 450194013-Jan-09 7:57 
GeneralRe: Deleting a file in C# and handling the case where the file is already being used by another process Pin
Tina P13-Jan-09 10:45
Tina P13-Jan-09 10:45 
QuestionUrl rewriting Error 404 page not found Pin
sepel12-Jan-09 20:07
sepel12-Jan-09 20:07 
AnswerRe: Url rewriting Error 404 page not found Pin
N a v a n e e t h12-Jan-09 20:37
N a v a n e e t h12-Jan-09 20:37 
GeneralRe: Url rewriting Error 404 page not found Pin
sepel12-Jan-09 20:44
sepel12-Jan-09 20:44 

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.