ASHIS KUMAR DAS
This blog is helpful for .Net and SQL server programmer.
Welcome
Hello, Welcome to my blog. If you like feel free to refer others
Tuesday, 7 August 2012
Disable History on Textbox
For Framework version 2.0 and above:
Set the AutoCompleteType property to Disabled for the textbox.
AutoCompleteType="Disabled"
For other framework version :
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