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)."

  • Take a look at the ASP.NET Control Gallery for over 900 controls and components that can be put to use in your ASP.NET Application.
  • If you're really into HTML design, why not try Expression Web?

Enjoy.

Revision number 1, Monday, February 04, 2008 8:00:00 AM by
This is not the most up to date version of this article. The most recent version can be found here.

Comments

Actually it is same what u summarize. Is there any article which describe the use of firebug for debugging with Visual studio.

ok..it needs description

Its nice.. Thank u.

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

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

Themes

Asp.net 2.0 came with a new feature called a 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

Sending Email in Asp.net

Sending email is very common in Asp.net application. In most of asp.net applications I was asked to send email to client or admin etc. Meanwhile, almost always I was asked to change content of email many times. Like change a sentence, put space between sentences

Building a color selector control

This article will show you how to create a color selector control that will looks like the image in the right side. The first thing to mention is the way that we are going to fill the colors. We can manually fill the available colors or we can find a way to

Referencing server controls from Javascript

In this article we will show you how to reference server side controls from JavaScript code (A servercontrol is a control that hasa runat="server" attribute). Generally, every server control has anID on the server side. One common problem when accessing

Send asynchronous mail using asp.net

Send mail is an important and common feature in asp.net. using system.net.mail namespace we can send mail. In that article my main concert is to show how shall we send mail asynchronously, as for a bulk of mail sending asynchronous mail send is very important

Suggestions for New Asp.Net Web Developers

Being a new web developer can be hard. There are way too many technologies and frameworks to learn and it is very easy to get lost in the sea of buzz words and new things. Below is a quick list of core areas an Asp.Net web developer should look into: 1 - WebForms

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

Shortcuts

Table of Contents

Top Wiki Contributors

(last 30 days)

  1. mbanavige (5)
  2. SGWellens (4)
  3. maartenba (2)
  4. rami_nassar (2)
  5. stiansol (2)
  6. MisterFantastic (2)
  7. satish1.v (1)
  8. raklos (1)
  9. mosessaur (1)
  10. Jos Branders (1)

Advertise Here

Microsoft Communities
Page view counter