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.
Comments