spacer

Webref WebRef   Sitemap · Experts · Tools · Services · Newsletters · About i.com

home / programming / asp-net-com / 1 To page 1To page 2To page 3To page 4To page 5current page
[previous]

Vice President of Risk Technology - READY TO HIRE! (NYC)
Next Step Systems
US-NY-New York

Justtechjobs.com Post A Job | Post A Resume
Developer News
News Flash: Adobe Has iPhone Workaround
Adobe's Flash 10.1 Goes Mobile (Minus iPhone)
A Salute to Visionary CEOs


Building Websites with the ASP.NET Community Starter Kit

You need to add the images in the Images folder of the Blue theme folder. Right-click on the Images folder, select Add Existing Item, and browse to the folder where you downloaded the image files (you'll need to specify *.* in the file types box to see the image files). Select all existing files and press Open. Your Blue folder should now contain the following items as shown in the following screenshot:

Graphic16

Let's change the layout. Yes, the code listing is a bit long, but it's all simple HTML with a few CSK-specific bits listed here:

In the existing page skins, it's easy to determine which server controls are used in code by looking after their Runat="Server" property.

The complete code for the new default.ascx skin is provided in the code bundle: (available from here)

<community:SectionMenu CssClass="SectionMenu" Runat="server" 
id="SectionMenu1" />
<community:UserLogin CssClass="UserLogin" Runat="server" id="UserLogin1" />
<asp:PlaceHolder id="Content" Runat="Server" /> <asp:Placeholder id="Footer" Runat="Server" />

You've done it! After changing the layout as shown, the website should look like this:

Graphic17

Summary

This little exercise demonstrated how efficient it is to build or rebuild websites using the Community Starter Kit. With minimal amount of work, we've got a completely functional website that allows visitors to register, participate on the forum, add comments on existing content, and so on. Yes, the possibilities are exciting!

For those of you that want to get even more from the CSK, we shall now focus on how the CSK is designed and how to code additional functionality into it.

 

home / programming / asp-net-com / 1 To page 1To page 2To page 3To page 4To page 5current page
[previous]

internet.commediabistro.comJusttechjobs.comGraphics.com

Search:

WebMediaBrands Corporate Info

Legal Notices, Licensing, Reprints, Permissions, Privacy Policy.
Advertise | Newsletters | Shopping | E-mail Offers | Freelance Jobs

webref The latest from WebReference.com Browse >
Building a Banking Application Home Page with OOP · Mixing Scripting Languages · Review: phpFox, a Social Networking CMS with all the Bells and Whistles
Sitemap · Experts · Tools · Services · Email a Colleague · Contact FREE Newsletters 
 The latest from internet.com
Enterprise 2.0: Social Networking in the Cloud · BroadSoft Marketplace Hastens Pace of Telephony Innovation · Review: HTC Hero for Sprint

Created: March 27, 2003
Revised: July 29, 2004

URL: http://webreference.com/programming/asp-net-com/1