how to apply css class style to web controls

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i am using web control in my project .how to apply css style to the web control
 
If you want to assign it to a class for CSS, use the CssClass attribute. If
you want to specify the style by hand, use the Style attribute.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top