Suresh Sundar
Success is journey, not a destination, always.
Friday, 30 November 2012
how disable previous entered textbox value in asp.net
for that u can use like this
in .aspx page
<asp:TextBox id="Textbox1" runat="server" autocomplete="off"></asp:TextBox>
in .cs Page
Textbox1.Attributes.Add("autocomplete", "off");
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment