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 #10
Fri, Jul 4, 2008 10:51 AM
by bmains
|
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 #4
Thu, Jun 19, 2008 6:15 PM
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 #6
Fri, Jul 4, 2008 10:50 AM
by bmains
|
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
Fri, Jun 27, 2008 9:52 PM
by bmains
|
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
|
Revision #3
Thu, Jul 10, 2008 6:07 PM
by mbanavige
|
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
|
Revision #3
Sun, Jun 22, 2008 11:11 AM
by anas
|
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
|
Revision #4
Mon, Sep 22, 2008 8:41 PM
by mbanavige
|
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
|
Revision #4
Sun, Nov 16, 2008 12:36 PM
by SGWellens
|
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
|
Revision #2
Sun, Nov 16, 2008 12:33 PM
by MisterFantastic
|
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
|
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 #5
Thu, Oct 2, 2008 8:57 PM
by x-format
|
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
|