I have this control
<asp:Label ID="lblName" runat="server" Text="My Name" CssClass="required regular" />
I want to remove the required
class from code behind, how can I do that?
I have this control
<asp:Label ID="lblName" runat="server" Text="My Name" CssClass="required regular" />
I want to remove the required
class from code behind, how can I do that?