|
August 25, 2002 Debugging JScript .NET within ASP.NET Tips: August 2002
Yehuda Shiran, Ph.D.
|
|
You can use the <%= %> construct to debug JScript .NET sections in your ASP.NET pages. The following example displays the variable name:
The Code Behind JScript .NET code
associated with the above ASP.NET page displays the message "Hello
World, Code Behind"
by setting the Text
property of the ASP:Label
message. See tip 020824.html
for the exact code listing.
We called the above ASP.NET page
<%= %> construct for debugging messages. The bottom one is displayed by the Code Behind code, as part of the application. To learn more about JScript .NET and ASP.NET, go to Column 116, JScript .NET, Part X: Displaying Information.
People who read this tip also read these tips: Look for similar tips by subject: |