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

Web User Forms for ASP.NET

Rate me:
Please Sign up or sign in to vote.
4.90/5 (52 votes)
18 Sep 2012CPOL12 min read 135.3K   4.5K   187  
User driven runtime dynamic ASP.NET Web Forms
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "DesignWebSite", "DesignWebSite\", "{6D408290-2BC2-4002-98DC-D3E8B56C2F7A}"
	ProjectSection(WebsiteProperties) = preProject
		TargetFramework = "2.0"
		Debug.AspNetCompiler.VirtualPath = "/DesignWebSite"
		Debug.AspNetCompiler.PhysicalPath = "DesignWebSite\"
		Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\DesignWebSite\"
		Debug.AspNetCompiler.Updateable = "true"
		Debug.AspNetCompiler.ForceOverwrite = "true"
		Debug.AspNetCompiler.FixedNames = "false"
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.VirtualPath = "/DesignWebSite"
		Release.AspNetCompiler.PhysicalPath = "DesignWebSite\"
		Release.AspNetCompiler.TargetPath = "PrecompiledWeb\DesignWebSite\"
		Release.AspNetCompiler.Updateable = "true"
		Release.AspNetCompiler.ForceOverwrite = "true"
		Release.AspNetCompiler.FixedNames = "false"
		Release.AspNetCompiler.Debug = "False"
		VWDPort = "3415"
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|.NET = Debug|.NET
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{6D408290-2BC2-4002-98DC-D3E8B56C2F7A}.Debug|.NET.ActiveCfg = Debug|.NET
		{6D408290-2BC2-4002-98DC-D3E8B56C2F7A}.Debug|.NET.Build.0 = Debug|.NET
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	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
Software Developer (Senior)
Switzerland Switzerland
👨 Senior .NET Software Engineer

🚀 My Open Source Projects
- Time Period Library 👉 GitHub
- Payroll Engine 👉 GitHub

Feedback and contributions are welcome.



Comments and Discussions