ASP.Net/Page/Trace Mode — различия между версиями

Материал из .Net Framework эксперт
Перейти к: навигация, поиск
м (1 версия)
 
(нет различий)

Версия 15:30, 26 мая 2010

Page level tracing

<%@ Page Trace="true"%>
<html>
  <head>
    <title>Page Level Tracing</title>
  </head>
  <body>
     <form method="post" action="pageleveltracing.aspx" runat="server">
     <asp:label text="Name" runat="server" />
     <asp:textbox name="txtName" runat="server" />
    </form>
  </body>
</html>