Click here to Skip to main content
15,883,989 members
Articles / Programming Languages / C# 4.0

Silverlight View Model Style Popup

Rate me:
Please Sign up or sign in to vote.
4.86/5 (10 votes)
1 Sep 2010Ms-PL7 min read 130K   2K   28  
An example of an easy to use View Modal Style Popup and Silverlight Value Converter

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MVVMPopUp", "MVVMPopUp\MVVMPopUp.csproj", "{053CB58F-E4AB-42CA-8066-6B5DB1DE721B}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "MVVMPopUp.Web", "MVVMPopUp.Web\", "{F59F49A6-6E7D-41A6-90D3-6DC6A981811D}"
	ProjectSection(WebsiteProperties) = preProject
		TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
		Debug.AspNetCompiler.VirtualPath = "/MVVMPopUp.Web"
		Debug.AspNetCompiler.PhysicalPath = "MVVMPopUp.Web\"
		Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\MVVMPopUp.Web\"
		Debug.AspNetCompiler.Updateable = "true"
		Debug.AspNetCompiler.ForceOverwrite = "true"
		Debug.AspNetCompiler.FixedNames = "false"
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.VirtualPath = "/MVVMPopUp.Web"
		Release.AspNetCompiler.PhysicalPath = "MVVMPopUp.Web\"
		Release.AspNetCompiler.TargetPath = "PrecompiledWeb\MVVMPopUp.Web\"
		Release.AspNetCompiler.Updateable = "true"
		Release.AspNetCompiler.ForceOverwrite = "true"
		Release.AspNetCompiler.FixedNames = "false"
		Release.AspNetCompiler.Debug = "False"
		VWDPort = "13291"
		DefaultWebSiteLanguage = "Visual C#"
		ProjOutputReferences = "{053CB58F-E4AB-42CA-8066-6B5DB1DE721B}|ClientBin|false;"
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{053CB58F-E4AB-42CA-8066-6B5DB1DE721B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{053CB58F-E4AB-42CA-8066-6B5DB1DE721B}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{053CB58F-E4AB-42CA-8066-6B5DB1DE721B}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{053CB58F-E4AB-42CA-8066-6B5DB1DE721B}.Release|Any CPU.Build.0 = Release|Any CPU
		{F59F49A6-6E7D-41A6-90D3-6DC6A981811D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{F59F49A6-6E7D-41A6-90D3-6DC6A981811D}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{F59F49A6-6E7D-41A6-90D3-6DC6A981811D}.Release|Any CPU.ActiveCfg = Debug|Any CPU
		{F59F49A6-6E7D-41A6-90D3-6DC6A981811D}.Release|Any CPU.Build.0 = Debug|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 Microsoft Public License (Ms-PL)


Written By
Software Developer (Senior) http://ADefWebserver.com
United States United States
Michael Washington is a Microsoft MVP. He is a ASP.NET and
C# programmer.
He is the founder of
AiHelpWebsite.com,
LightSwitchHelpWebsite.com, and
HoloLensHelpWebsite.com.

He has a son, Zachary and resides in Los Angeles with his wife Valerie.

He is the Author of:

Comments and Discussions