
 Rank: Guest Groups: Guest
Joined: 9/17/2007 Posts: 11,670 Points: -1,200
|
Date parsed: 07/10/2007 04:21:00 Date: Sun, 07 Oct 2007 11:21:00 -0700
On Oct 7, 4:16 pm, "Bhuwan Bhaskar" <k...@gmail.com> wrote: > Hi, > > I am new for Stylesheet. How can I use stylesheet in set background color of > textbox and label control? > > Thanks and Regards, > Bhuwan
create a style, for example
mystyle { background-color: red }
then use it
<asp:Label CssClass="mystyle" ....
|

 Rank: Guest Groups: Guest
Joined: 9/17/2007 Posts: 11,670 Points: -1,200
|
Date parsed: 08/10/2007 01:16:04 Date: Sun, 7 Oct 2007 19:46:04 +0530
Hi,
I am new for Stylesheet. How can I use stylesheet in set background color of textbox and label control?
Thanks and Regards, Bhuwan
|