Is there built-in support for tracing/logging?

Submitted by: Administrator
Basically there are two ways by which you can enable tracing.

i. page label ii.application label.

For page label tracing in the page directive write the following

<@page trace="True">

and if you want show some message then either wrire trace.write(message) or trace.warn(some warning message)

note that trace.warn will show the message in red color.
Submitted by: Administrator

Read Online Microsoft.NET Job Interview Questions And Answers