Click here to Skip to main content
15,886,075 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.5K   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.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClassLibrary1", "ClassLibrary1.csproj", "{E39A2323-9531-45E9-A31E-B03E49BD921C}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{E39A2323-9531-45E9-A31E-B03E49BD921C}.Debug.ActiveCfg = Debug|.NET
		{E39A2323-9531-45E9-A31E-B03E49BD921C}.Debug.Build.0 = Debug|.NET
		{E39A2323-9531-45E9-A31E-B03E49BD921C}.Release.ActiveCfg = Release|.NET
		{E39A2323-9531-45E9-A31E-B03E49BD921C}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

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