Answer: With the help of EnableViewState property,we can Enable or Disable Particular Textbox control. We have to set EnableViewState property to True/False.
For Example:-
<asp:TextBox ID="txt_requirion" runat="server" EnableViewState="false"></asp:TextBox>
Asked In: Many Interviews |
Alert Moderator