HTML UI

 Rate It (13)

Visual Studio 2008 adds dramatically improved HTML and CSS Designer Support.

From ScottGu: "VS 2008 now uses the same web designer that ships with Microsoft's new Expression Web product.  In addition to providing lots of new functionality, you'll also find that this web designer is much faster than the VS 2005 version (which was based on a much older code base)."

Enjoy.

Revision number 3, Monday, February 04, 2008 8:00:00 AM by ahsteele

Comments

In This Section

ASP.NET for Designers

There's lots of technologies like skinning and theming, and of course, Web Standards like XHTML and CSS for Designers creating sites with ASP.NET. Download Design Templates Get these ready-to-run design templates, and see best practices for designing ASP.NET

Master Pages

One of the great additions to ASP.NET 2.0 is Master Pages. Master Pages help us build a consistent and maintainable UI throughout a site. A master page can be created to hold those page elements that represent the common look and feel of a website. Various

Web Parts

ASP.NET Web part controls are an integrated set of controls that enables end users to organize the content, appearance and behavior of the web page. Links Here you can start with web part development- Web part development Here is an MSDN white paper about

Web Controls

Web controls are ASP.NET controls which are understood and compiled on the server and render as HTML markup on the page. Most of the web server controls render their own HTML controls (or many HTML controls). The markup that is output froma web control can

Navigation controls

With the release of ASP.NET 2.0, a new set of controls were made available tohelp provide navigational elements to your web sites.These controls can be found inthe Navigation tab of the Visual Studio Toolbox. These controlscan be used tocreate menus and other

Composite Controls

Composite controls are controls thatcombine multiple controls together to forma new reusable control. For example, a simple composite control could consist of both aLabel control and a TextBox control. You can use UserControls (.ascx) files to create some

HTML Server controls

Asp.Net provides way to work with the HTML Servercontrols on the server side programmingwith a set controls collectively called HTML Controls. These controls are grouped together in the Visual Studio Toolbox in the the HTML Control tab. The markup of the controls

Validation Controls

ASP.NET Validation Controls are powerful server controlsthat areused for validating user input. These controls provides both server side and client side validation. The client side validation featurescan be used to give your users an improved UI experience

Themes

Asp.net 2.0 came with a new feature called theme. A theme is a collection of property settings that allow you to define the look of pages and controls, and then apply the look consistently across pages in a Web application, across an entire Web application

Table

The Table class allows you to build an HTML table and specify its characteristics. A table can be built at design time with static content, but the Table control is often built programmatically with dynamic contents Each Table control is made up of rows (represented

Web Part Controls

Asp.net 2.0 came with a new set of controls that were designed to to be used for web parts. These controls were kept in the Web Part Toolbar. Here is a list of the controls that came with Asp.net Web Part toolbar. WebPartManager DeclarativeCatalogPart EditorZone

ASP.NET Controls - New in Version 3.5

Check out the Feature Specifications for Visual Studio 2008 and .NET Framework 3.5. These older documents give you an insight into what features made it (and didn't make it) into the Release. GridView- Take a look at all the articles that ScottGu has done

CSS Friendly Pages

From CodePlex: "The CSS Friendly Control Adapters kit (for ASP.Net 2.0) provides pre-built control adapters that you can easily use to generate CSS-friendly markup from some of the more commonly used ASP.NET controls. " Start by reading the original

HTML and CSS Optimization

Take control of your angle-brackets and optimize. Code Beautifier- An amazing online CSS "tidy" YSlow - This FireFox AddOn gives you a performance report card on your pages. Highly Recommended. Jazmin- An MSBUILD Taskthat will filter your JavaScript

Featured ASP.NET Web Hosting

Powerful, Award Winning ASP.NET Hosting Trusted By Over 30,000 ASP.NET Developers

3 Months Free & No Setup Fees – CLICK HERE!

Table of Contents

Top Wiki Contributors

Advertise Here