Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to attach CSS to HTML control in asp.net

Status
Not open for further replies.

JeetSingh

MIS
Joined
May 12, 2005
Messages
7
Location
US
Hi!
Probably its a silly question but i have been struggling for a while i need to do two things
1. i have both server controls and html controls (<input type=button name="Button1">)
now for server control to attach a css i used cssclass attribute for html control what shoudl be i using because the style or class attributes are not generating the button in the same style as server control button for the same css class?? ANY SUGGESTIONS


2. i have 4 panels on a single page and i wnt then to be of the same size irrespective of the contents how can i achieve that i tired using panel height =100% but it didnt work.

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top