Here is a starter idea since no one else has answered yet:
http://www.velocityreviews.com/forum...d-textbox.html
See CSS Properties Window on this page:
http://www.devx.com/codemag/Article/38741/1763/page/4
StyleSheets and Themes are words to search for. If you have a good ASP.NET
book, then look those topics up.
Good luck.
"newbies" <(E-Mail Removed)> wrote in message
news:6A3066E7-5B09-453F-858B-(E-Mail Removed)...
>I have several textbox which have a different background color and font
> type/size as the default textbox. How do I change the default background
> and
> font size so that I do not need to change each individual textbox
> property?
> Can someone share with me the steps in achieving this? I'm using Visual
> studio 2008 and new to c#