Answer Posted / suraj
ASP.NET introduces new functionality that allows you to view
diagnostic information about a single request for an ASP.NET
page simply by enabling it for your page or application.
Called tracing, this feature also allows you to write debug
statements directly in your code without having to remove
them from your application when it is deployed to production
servers. You can write variables or structures in a page,
assert whether a condition is met, or simply trace through
the execution path of your page or application.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What does postback mean?
What is difference between viewstate and session state in javascript?
how to elimainte the similar data from the different tables
What is the difference between cache and cookies?
What is asp.net futures?
Explain the boxing and unboxing concept in .net?
Explain the difference between panel and groupbox classes using .net?
What is use of <% %> in asp.net?
What is virtual directory in asp.net?
Define a web service in .net?
In which event of the page viewstate is available?
What is base class of .net?
What websites use asp.net?
How can we create Tree control in asp.net?
What are the advantages of using Master Pages?