Hello Friends,
How to change the border of the asp:textbox, on click of the textbox?
Please anyone help me for this?
This is my textbox
<asp:TextBox ID="txtFName" runat="server" MaxLength="30" />
<asp:RequiredFieldValidator ID="req1" ErrorMessage="Please Provide FirstName" ForeColor="Red" runat="server"
ControlToValidate="txtFName"></asp:RequiredFieldValidator>
Thanks
iluvdotnetfunda