<html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> <style type="text/css"> .exstyle { background-color:Red; border:2px solid green; } </style> </head> <body> <form id="form1" runat="server"> <div> Applying styles using css class: <asp:TextBox runat="server" ID="extxt" CssClass="exstyle"></asp:TextBox><br /> <br /><br /> Applying styles using attribute values:<asp:TextBox runat="server" ForeColor="Red" BackColor="Aqua"></asp:TextBox> </div> </form> </body> </html>
Thanks and Regards V.SaratChand Show difficulties that how difficult you are
Login to post response