15.1 CommentsTroubleshooting

15.1 Comments/Troubleshooting

We'll use the following code listing as the basis for most examples in the chapter. Unless otherwise noted, each example will consist of just the Page_Load event handler for that particular example. Any displayed output messages or return values will be shown as the Text property of the ASP.NET Label control named Message or displayed by calling Response.Write:

<%@ Page Language="vb" %> <html>    <head>       <script runat="server">          Sub Page_Load( )             'Example code will go here          End Sub       </script>    </head> <body>    <asp:label  forecolor="red" runat="server"/> </body> </html>


ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net