Answer: Set control'Visible property to false to hide server side control.
For Example:
<asp:Label ID="lbl_employee_id" runat="server" Visible="false"></asp:Label>
<asp:Button ID="btn_reset" runat="server" Text="Reset" Visible ="false"/>
Asked In: Many Interviews |
Alert Moderator