I donβt know if this was a simple task or not, but I tried to do a google search but didnβt find anything.
I have an asp.net form and the user enters some data into the text fields. Whenever a user submits a form, the browser saves the data of this form. I do not want the data of this form to be stored in the browser. How can I limit the browser to save this form data without touching the browser settings?
The application is developed using asp.net, and plain text fields are used here.
source
share