Text Notepad in asp.net :
aspx :
<div align="center">
<asp:TextBox ID="txtName" runat="server"></asp:TextBox>
<asp:Button ID="bntNotePad" runat="server" Text="NotePad" OnClick="bntNotePad_Click"/>
</div>
No comments:
Post a Comment