- DotNetJunkies/Web Control Authoring
- Web Server Controls Templates
- GoDotNet - Custom Web Server Control Examples
If you have any more custom web control links to share please email them to me at
chrisw_88@hotmail.com
If you have any more custom web control links to share please email them to me at
chrisw_88@hotmail.com
ASPX:
@ Page MasterPageFile="~/MasterPage.master" Language="C#" AutoEventWireup="true" CodeFile="Default2.aspx.cs" Inherits="Default2" %>
<asp:Content ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
<div>
<asp:DropDownList ID="MasterSwitch" runat="server" AutoPostBack="true">
<asp:ListItem Text="Simple Layout" Value="MasterPage.master">asp:ListItem>
<asp:ListItem Text="Complex Style" Value="MasterPageComplex.master">asp:ListItem>
<asp<:DropDownList>
<div<>>
<asp<>:Content>
Codebeside:
http://blogs.imason.com/chris.chapman/archive/2005/10/05/1833.aspx
http://www.gridviewgirl.com/GridViewGirl/articles.aspx