prevent caching of previoulsy submitted data

  • Thread starter Thread starter Niclas
  • Start date Start date
N

Niclas

Hi,

Is there a way to disable the functionality where the browser caches the
submitted data in textboxes, (think this is called 'Auto complete'), or is
this only possible to control through the clients browser settings ?

Niclas
 
Found it,

Appears that

txtbox1.Attributes.Add("AutoComplete", "off")

Does the trick

Niclas
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top