What is the difference between Debug.Write and Trace.Write?
When should each be used?
Answer Posted / prasad
Debug.write would not be compiled when the debug symbol is
defined
Trace.write would be compiled when the debug symbol is
defined
Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?
What is server side routing?
What is asp.net globalization?
What is a SESSION and APPLICATION object?
What are main return types supported in Web API?
How to reduce the width of textbox in editcommandcolumn of datagrid?
What are the different kinds of assemblies?
What is advantage of code behind coding in ASP.NET?
Explain the updatepanel?
Can we use html in asp.net?
What are the differences between the response.write() and response.output.write()?
Explain About WebService
what are the ihttphandler and ihttphandlerfactory interfaces ?
How do we ensure view state has not tampered?
Why is it preferred to not use finalize for clean up?