Click here to Skip to main content
15,885,056 members
Articles / Web Development / ASP.NET

ExpandingTable with Design-Time support

Rate me:
Please Sign up or sign in to vote.
3.11/5 (14 votes)
13 Dec 2003CDDL4 min read 99.5K   2.1K   43  
Adding design-time support to your custom ASP.NET controls.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebApplication1", "http://localhost/Web Projects/WebApplication1/WebApplication1.csproj", "{52BB4724-9DEE-4D78-9F89-F27C894CB669}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{52BB4724-9DEE-4D78-9F89-F27C894CB669}.Debug.ActiveCfg = Debug|.NET
		{52BB4724-9DEE-4D78-9F89-F27C894CB669}.Debug.Build.0 = Debug|.NET
		{52BB4724-9DEE-4D78-9F89-F27C894CB669}.Release.ActiveCfg = Release|.NET
		{52BB4724-9DEE-4D78-9F89-F27C894CB669}.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 Common Development and Distribution License (CDDL)



Comments and Discussions