Design templates for ASP. NET 2.0

Source: Internet
Author: User

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.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.