New
Mon, Feb 4, 2008 8:00 AM
by shanselman
|
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
|
Revision #9
Sun, Feb 10, 2008 10:18 PM
by mbanavige
|
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
|
Revision #3
Tue, Feb 12, 2008 12:31 AM
by mbanavige
|
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
|
Revision #17
Tue, Feb 12, 2008 8:02 PM
by anas
|
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
|
Revision #3
Thu, Feb 14, 2008 5:07 AM
by siva_sm
|
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
|
Revision #5
Thu, Feb 14, 2008 11:11 AM
by mbanavige
|
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
|
New
Thu, Feb 14, 2008 10:15 PM
by vik20000in
|
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
|
Revision #4
Thu, Feb 14, 2008 10:26 PM
by mbanavige
|
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
|
Revision #3
Wed, Feb 20, 2008 3:45 AM
by denis chiochiu
|
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
|
Revision #3
Wed, Feb 27, 2008 12:10 AM
by simonmu
|
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
|
New
Thu, Feb 28, 2008 12:05 AM
by vik20000in
|
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
|
Revision #5
Mon, Feb 4, 2008 8:00 AM
by JoeStagner
|
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
|
Revision #2
Mon, Feb 4, 2008 8:00 AM
by Jon Galloway
|
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
|
Revision #4
Mon, Feb 4, 2008 8:00 AM
by mbanavige
|
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
|