blue textbox

  • Thread starter Thread starter pmclinn
  • Start date Start date
P

pmclinn

I want to override the asp.net textbox control, so that all my
textboxes have a light blue background. What is the best way to
accomplish this task?
 
pmclinn said:
I want to override the asp.net textbox control, so that all my
textboxes have a light blue background. What is the best way to
accomplish this task?


Use theming. You'll create a skin file and define the look of your
textboxes there or in a css file.
Use the app_themes folder and create a subfolder and name it whatever you
call your theme. In the pages enable theming and set the theme.

HTH,
~CK
 
Back
Top