G
Grey
Dear all
As I know, I can use "Class" attribute in ASP to render the HTML control with some CSS properties. I want to know that is it the same effect in ASP.NET? But I found it is not.
Below is my code. Please suggest the correction, if I wrong. If not, how can i use CSS in ASP.NET
<asp:button class="btn" id="btnLogin" runat="server" Text="Login"></asp:button
As I know, I can use "Class" attribute in ASP to render the HTML control with some CSS properties. I want to know that is it the same effect in ASP.NET? But I found it is not.
Below is my code. Please suggest the correction, if I wrong. If not, how can i use CSS in ASP.NET
<asp:button class="btn" id="btnLogin" runat="server" Text="Login"></asp:button