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....
<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