Ms has long said that theme galley will be put on www.asp.net to provide theme and skin downloads. Now there is no message, but nine disgin templates are put in ASP. NET for designers of the msdn ASP. NET center, better than none.
Commerce Design
|
Personal Design
|
Corporate Design
|
Small Business Design
|
Basic
|
Fun
|
Grid
|
Rounded
|
Simple
|
In addition, this introduction to the ASP. NET master pages template set is worth reading and serves as a reference for theme development.
For example, this method should be avoided.
< ASP: textbox Runat = "Server" Backcolor = "# F7de8a" Bordercolor = "#933126" Borderstyle = "Solid" Borderwidth = "1px" />
Changed to this:
Style.css
. Textbox { Border : 1px solid #933126 ; Background-color : # F7de8a ; }
Default. Skin
< ASP: textbox Runat = "Server" Cssclass = "Textbox" />
The page size after generation can be greatly reduced.