I want to clear textbox's cache.Suppose you have logged into gmail again if you will sigout and log in, testbox for Username show an intellisense kind of thing.How to stop that ?
I assumed he was talking about an asp.net TextBox control...
Paolo Tedesco
2009-09-02 11:26:16
note that in some browsers (ie and firefox for starters) this won't clear an existing cache (but it will stop other people from ever creating the cache)
Rob Fonseca-Ensor
2009-09-02 11:26:54
+1
A:
You should set the AutoCompleteType property to Disabled.
Check this msdn page for details.
Paolo Tedesco
2009-09-02 11:24:56