Wednesday, 9 April 2014

Prevent Textbox to load or fetch data from cookies

Add this properties in your Textbox:

<asp:TextBox ID="txtid" runat="server" autocomplete="off" autocompletetype="None" ></asp:TextBox>


After adding this properties in your texbox it not show the cookie value.

Happy Coding......
Thank you....

No comments:

Post a Comment