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