Click here to Skip to main content
15,881,882 members
Articles / Web Development / HTML

Panel Curve Container - An ASP.NET Custom Control Nugget

Rate me:
Please Sign up or sign in to vote.
4.79/5 (22 votes)
15 Nov 2005CPOL3 min read 201.4K   3.4K   101  
An ASP.NET custom panel control which is curved on the corners, could be minimized/maximized, displayed as a nugget, and can work as a container for anything.
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="WebUserControl1.ascx.cs" Inherits="PanelCurveContainer.WebUserControl1" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<%@Register TagPrefix="Tittle" namespace="Tittle.Controls" Assembly="ClassLibrary1" %>
<br>
<table border=1 color=green >
	<Tittle:PanelCurveControl ID="Panelcurvecontrol8" runat="server" Expandable="true" Title="Panel Curve - Inside a User Control"
		HasPrint="false">
		Content here	
	</Tittle:PanelCurveControl>
</table>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Team Leader Royal Bank of Scotland
India India
Total 11+ years of experience in Software Development. Expertise in .net (C#, asp.net, controls making, webservice, ado.net, xml/xsl, assemblies, rational XDE etc.) also UML, Design Patterns, ASP, Javascript, VbScript, Dhtml, CSS etc.

Member of Planet-Source-Code.com, www.brainbench.com and many other and have submitted several snippets/sample applications on the web.

Email:tittlejoseph@gmail.com

Comments and Discussions