P
Patrick.O.Ige
I have this linkbutton control
How can i add Style sheet to the Text, button attribute.
I know i can use CssClass but how would i define the style there to link to
this control..
Any ideas
I WANT TO CHANGE THE COLOR OF A BUTTON FOR EXAMPLE AND THE FONTS!!!!
<asp:Linkbutton id="Button1" onclick="Button1_Click" runat="server"
Text="Expand" BorderStyle=Inset CssClass="" BorderColor=#7da1e9
Width="40%"></asp:Linkbutton>
How can i add Style sheet to the Text, button attribute.
I know i can use CssClass but how would i define the style there to link to
this control..
Any ideas
I WANT TO CHANGE THE COLOR OF A BUTTON FOR EXAMPLE AND THE FONTS!!!!
<asp:Linkbutton id="Button1" onclick="Button1_Click" runat="server"
Text="Expand" BorderStyle=Inset CssClass="" BorderColor=#7da1e9
Width="40%"></asp:Linkbutton>