Wednesday 8 October 2014

Textbox Enter Values Even Display Another LABEL or TEXTBOX in Asp.Net C#

No comments    
categories: , ,
TextBox Enter Values Display Another






Html Coding


<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title></title>

</head>
<body>
    <form id="form1" runat="server">
    <div>
          <table><tr><td><asp:TextBox ID="TextBox1" runat="server"
 AutoPostBack="True" OnTextChanged="TextBox1_TextChanged"></asp:TextBox>      
    </td>
        <td><asp:Label ID="Label1" runat="server" Text="Label"></asp:Label></td></tr></table>
        
        
    </div>
    </form>
</body>
</html>








0 comments:

Post a Comment