Click here to Skip to main content
16,011,482 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: how print a pdf file in asp.net Pin
Christian Graus1-Dec-08 21:20
protectorChristian Graus1-Dec-08 21:20 
GeneralRe: how print a pdf file in asp.net Pin
Neeraj.Soni1-Dec-08 21:42
Neeraj.Soni1-Dec-08 21:42 
QuestionIn case of session mode Sqlserver how to configure Sqlserver database Pin
Member 30578871-Dec-08 19:51
Member 30578871-Dec-08 19:51 
AnswerRe: In case of session mode Sqlserver how to configure Sqlserver database [modified] Pin
Abhijit Jana1-Dec-08 20:29
professionalAbhijit Jana1-Dec-08 20:29 
GeneralRe: In case of session mode Sqlserver how to configure Sqlserver database Pin
N a v a n e e t h1-Dec-08 20:51
N a v a n e e t h1-Dec-08 20:51 
GeneralRe: In case of session mode Sqlserver how to configure Sqlserver database Pin
Abhijit Jana1-Dec-08 21:46
professionalAbhijit Jana1-Dec-08 21:46 
QuestionWhat is the Use of System.GC.Collect() Pin
Member 30578871-Dec-08 19:46
Member 30578871-Dec-08 19:46 
AnswerRe: What is the Use of System.GC.Collect() Pin
N a v a n e e t h1-Dec-08 20:01
N a v a n e e t h1-Dec-08 20:01 
Member 3057887 wrote:
.Net is having default garbage collection. what is the advantage of using
System.GC.Collect().


.NET garbage collector won't run always and you can't predict when it will run. GC.Collect() invokes the garbage collector and forcing for a cleanup. It is not recommended to use it unless you know what you are doing. When GC.Collect() is called, it freezes all executing threads until it finishes. This may degrade your application performance.


Questionmouse events Pin
kirandilip1-Dec-08 19:41
kirandilip1-Dec-08 19:41 
AnswerRe: mouse events Pin
Christian Graus1-Dec-08 20:37
protectorChristian Graus1-Dec-08 20:37 
Questionlogin and logout time Pin
nithydurai1-Dec-08 19:24
nithydurai1-Dec-08 19:24 
AnswerRe: login and logout time Pin
N a v a n e e t h1-Dec-08 19:53
N a v a n e e t h1-Dec-08 19:53 
GeneralRe: login and logout time Pin
nithydurai1-Dec-08 19:59
nithydurai1-Dec-08 19:59 
GeneralRe: login and logout time Pin
N a v a n e e t h1-Dec-08 20:03
N a v a n e e t h1-Dec-08 20:03 
GeneralRe: login and logout time Pin
nithydurai1-Dec-08 22:40
nithydurai1-Dec-08 22:40 
AnswerRe: login and logout time Pin
boy.pockets1-Dec-08 20:00
boy.pockets1-Dec-08 20:00 
GeneralRe: login and logout time Pin
nithydurai1-Dec-08 22:47
nithydurai1-Dec-08 22:47 
Questiondecompile the .aspx files to get to the source code files Pin
subrat4all1-Dec-08 19:13
subrat4all1-Dec-08 19:13 
AnswerRe: decompile the .aspx files to get to the source code files Pin
N a v a n e e t h1-Dec-08 19:30
N a v a n e e t h1-Dec-08 19:30 
GeneralRe: decompile the .aspx files to get to the source code files Pin
subrat4all1-Dec-08 19:48
subrat4all1-Dec-08 19:48 
GeneralRe: decompile the .aspx files to get to the source code files Pin
N a v a n e e t h1-Dec-08 19:57
N a v a n e e t h1-Dec-08 19:57 
GeneralRe: decompile the .aspx files to get to the source code files Pin
subrat4all1-Dec-08 20:05
subrat4all1-Dec-08 20:05 
QuestionMulti select dropdown with Check Boxes for Web Application Pin
suri_tummalapalli1-Dec-08 18:54
suri_tummalapalli1-Dec-08 18:54 
AnswerRe: Multi select dropdown with Check Boxes for Web Application Pin
Paul Conrad1-Dec-08 19:00
professionalPaul Conrad1-Dec-08 19:00 
AnswerRe: Multi select dropdown with Check Boxes for Web Application Pin
Abhijit Jana1-Dec-08 19:34
professionalAbhijit Jana1-Dec-08 19:34 

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.