Click here to Skip to main content
15,886,422 members
Articles / Web Development

WPF Two-way Databinding in ASP.NET - Enabling MVVM

Rate me:
Please Sign up or sign in to vote.
4.88/5 (35 votes)
29 Jan 2011CPOL21 min read 139.4K   66  
Bringing WPF like declarative data binding to ASP.NET Web Forms to enable declarative two-way data binding to any object whilst opening up MVVM UI development.

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ASPBinding", "ASPBinding\ASPBinding.csproj", "{2F82718F-4A13-442F-BBFB-ED9400B322ED}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Binding", "Binding\Binding.csproj", "{99EB8F36-875E-4CC5-AD58-E13E779C3DDA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Framework", "Framework", "{2B7548A9-5AC8-4B67-AC3C-4296CE9BA4E9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DomainModel", "DomainModel\DomainModel.csproj", "{FEA39F80-CC2F-44F3-841F-6AC89F3D3FDD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Barebones", "Barebones\Barebones.csproj", "{DBDC1E33-4C60-45DC-B1C0-7D5D0786FFD0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BindingExamples", "BindingExamples\BindingExamples.csproj", "{A625A6E8-277E-418B-8071-1B8B378FEB50}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{032702E8-899B-413B-9A40-9D5CCCFA6131}"
	ProjectSection(SolutionItems) = preProject
		BindingFramework.vsmdi = BindingFramework.vsmdi
		LocalTestRun.testrunconfig = LocalTestRun.testrunconfig
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FrameworkTests", "FrameworkTests\FrameworkTests.csproj", "{B4F370CC-849E-40AA-8183-06F0C9DEDAB9}"
EndProject
Global
	GlobalSection(TestCaseManagementSettings) = postSolution
		CategoryFile = BindingFramework.vsmdi
	EndGlobalSection
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{2F82718F-4A13-442F-BBFB-ED9400B322ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{2F82718F-4A13-442F-BBFB-ED9400B322ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{2F82718F-4A13-442F-BBFB-ED9400B322ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{2F82718F-4A13-442F-BBFB-ED9400B322ED}.Release|Any CPU.Build.0 = Release|Any CPU
		{99EB8F36-875E-4CC5-AD58-E13E779C3DDA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{99EB8F36-875E-4CC5-AD58-E13E779C3DDA}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{99EB8F36-875E-4CC5-AD58-E13E779C3DDA}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{99EB8F36-875E-4CC5-AD58-E13E779C3DDA}.Release|Any CPU.Build.0 = Release|Any CPU
		{FEA39F80-CC2F-44F3-841F-6AC89F3D3FDD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{FEA39F80-CC2F-44F3-841F-6AC89F3D3FDD}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{FEA39F80-CC2F-44F3-841F-6AC89F3D3FDD}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{FEA39F80-CC2F-44F3-841F-6AC89F3D3FDD}.Release|Any CPU.Build.0 = Release|Any CPU
		{DBDC1E33-4C60-45DC-B1C0-7D5D0786FFD0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{DBDC1E33-4C60-45DC-B1C0-7D5D0786FFD0}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{DBDC1E33-4C60-45DC-B1C0-7D5D0786FFD0}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{DBDC1E33-4C60-45DC-B1C0-7D5D0786FFD0}.Release|Any CPU.Build.0 = Release|Any CPU
		{A625A6E8-277E-418B-8071-1B8B378FEB50}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{A625A6E8-277E-418B-8071-1B8B378FEB50}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{A625A6E8-277E-418B-8071-1B8B378FEB50}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{A625A6E8-277E-418B-8071-1B8B378FEB50}.Release|Any CPU.Build.0 = Release|Any CPU
		{B4F370CC-849E-40AA-8183-06F0C9DEDAB9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{B4F370CC-849E-40AA-8183-06F0C9DEDAB9}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{B4F370CC-849E-40AA-8183-06F0C9DEDAB9}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{B4F370CC-849E-40AA-8183-06F0C9DEDAB9}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
	GlobalSection(NestedProjects) = preSolution
		{2F82718F-4A13-442F-BBFB-ED9400B322ED} = {2B7548A9-5AC8-4B67-AC3C-4296CE9BA4E9}
		{99EB8F36-875E-4CC5-AD58-E13E779C3DDA} = {2B7548A9-5AC8-4B67-AC3C-4296CE9BA4E9}
	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
United Kingdom United Kingdom
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions