<%@ Page Language="C#" Debug="true" %> <script runat="server"> void btnButton1_Click(object sender,EventArgs e) { this.lblText.Text = Request.TotalBytes + " Bytes"; } </script> <html> <head> <title>ThaiCreate.Com ASP.NET - Request Object</title> </head> <body> <form runat="server"> <asp:TextBox id="TextBox1" runat="server"></asp:TextBox> <br /> <asp:Button id="btnButton1" onclick="btnButton1_Click" runat="server" Text="Button"></asp:Button> <hr /> <asp:Label id="lblText" runat="server"></asp:Label><br> </form> </body> </html>
ช่วยกันสนับสนุนรักษาเว็บไซต์ความรู้แห่งนี้ไว้ด้วยการสนับสนุน Source Code 2.0 ของทีมงานไทยครีเอท