Remove Browser Textbox autocomplete from asp.net
Posted by: Vinit on: April 28, 2010
Hi,
If, you want to remove the textbox auto-complete history from the browser,
then You have to set two properties for text box in aspx File.
Autocomplete=”Off” and AutoCompleteType=”Disabled”
This will dont prompt any previous values of textbox which you entered in the past.
From,
Vinit.
Advertisement
Like this:
Be the first to like this post.
Comments