Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

no cache on text field 1

Status
Not open for further replies.

ashstampede

Programmer
Aug 30, 2004
104
GB
is there any way to not have a asp.net text field cache the data for when a visitor comes back? or is that somthing totally controlled by the browser?
such as a user name field, i don't want some other user to come behind and simply click on the text field and see all the names for example or a credit card text field.
 
You should be able to add the following to the textbox in your HTML:
Code:
autocomplete="Off"
Not sure if it is just limited to IE or not though.


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
Sweet so simple and yet totally illusive to me.

i have tested it in firefox and the autocomplete="Off" does work in firefox.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top