0

I have created a Razor view in my asp.net MVC 3 application. It is a page where I fill Payment info. After I signout, I try to purchase another product. When I click any one the textboxes, I get dropdown showing what I filld earlier. How can I clear the cache for this page ? This happens in chrome only.

2
  • This is not a programming question; this is a question about Chrome's cache. I think you'll find that this will happen on any website unless you change Chrome's settings. Commented Nov 2, 2011 at 16:05
  • @GeorgeStocker It is a programming question, but "cache" doesn't really describe the problem, nor is it browser specific. Commented Nov 2, 2011 at 16:10

1 Answer 1

6

When you declare your textboxes, you need to add autocomplete="off" to your attribute collection, it will work for most browsers. See here for more information.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.