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

ASP.NET Popup Control Displaying as multiple nested modal popups

Rate me:
Please Sign up or sign in to vote.
4.89/5 (11 votes)
26 Apr 2013CPOL3 min read 55.1K   2.5K   31  
This article describes using web modelpop extender as Windows model popup dialogbox.

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nested_model_popup_dialog", "nested_model_popup_dialog\nested_model_popup_dialog.csproj", "{5617F0EC-E8CC-4619-9A4F-F4C6644BDA3B}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{5617F0EC-E8CC-4619-9A4F-F4C6644BDA3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{5617F0EC-E8CC-4619-9A4F-F4C6644BDA3B}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{5617F0EC-E8CC-4619-9A4F-F4C6644BDA3B}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{5617F0EC-E8CC-4619-9A4F-F4C6644BDA3B}.Release|Any CPU.Build.0 = Release|Any CPU
	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
India India
I'm a software engineer living in Jaipur.I have been designing and developing business solutions for the Insurance and Education industries since 2007.I like to learn new technologies and make them easier for all.

Comments and Discussions