I have an asp page with some Textbox controls on it.
By default, the browser will suggest previously entered values for each box.
I\'d like to prevent that b
This is the answer.
AutoCompleteType="Disabled"
If you still get the pre-filled boxes for example in the Firefox browser then its the browser's fault. You have to go
'Options' --> 'Security'(tab) --> Untick
'Remember password for sites and click on Saved Passwords button to delete any details that the browser has saved.
This should solve the problem