ASP.NET 1.0 and 1.1 BasicsASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
I have 1 textbox of many in a form that I do not want IE, Firefox, etc. saving the previously entered form data. Is there a way to do this with my VB.NET app, is is an HTML thing, JavaScript, what? Google es no my friend right now.
The issue is not viewstate, it's in IE/Firefox storing the data in the field. For example, every time I type "5" in the credit card field, every other mastercard I entered previously is now in the list of saved form data that appears.
Oh your talking about the Auto-Complete Functions. I know how to disable the function for individual PC's but not how to force it so that that field cannot be saved in a browser. Try searching google on how to disable that feature in code.
"The one language all programmers understand is profanity."
Awesome, thanks! Also, thanks for the "auto-complete" term. I've been trying to figure out what the heck that was called all morning, and it wasn't coming to me.