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

Post Serialized Objects (Data) in ASP.NET

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
25 Feb 2013CPOL2 min read 23K   143   5  
This is helper class to post serialized objects (Data) to other page in asp.net.

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "C:\...\PostDataSample\", "PostDataSample\", "{EA791CC6-78ED-4BFC-BF13-635CA08E623B}"
	ProjectSection(WebsiteProperties) = preProject
		ProjectReferences = "{80A185BC-3A12-46EB-9D6F-A808BB0D1243}|WebUtilities.dll;"
		Debug.AspNetCompiler.VirtualPath = "/PostDataSample"
		Debug.AspNetCompiler.PhysicalPath = "..\..\..\Downloads\PostData\PostDataSample\"
		Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\PostDataSample\"
		Debug.AspNetCompiler.Updateable = "true"
		Debug.AspNetCompiler.ForceOverwrite = "true"
		Debug.AspNetCompiler.FixedNames = "false"
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.VirtualPath = "/PostDataSample"
		Release.AspNetCompiler.PhysicalPath = "..\..\..\Downloads\PostData\PostDataSample\"
		Release.AspNetCompiler.TargetPath = "PrecompiledWeb\PostDataSample\"
		Release.AspNetCompiler.Updateable = "true"
		Release.AspNetCompiler.ForceOverwrite = "true"
		Release.AspNetCompiler.FixedNames = "false"
		Release.AspNetCompiler.Debug = "False"
		VWDPort = "10874"
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebUtilities", "WebUtilities\WebUtilities.csproj", "{80A185BC-3A12-46EB-9D6F-A808BB0D1243}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|.NET = Debug|.NET
		Debug|Any CPU = Debug|Any CPU
		Debug|Mixed Platforms = Debug|Mixed Platforms
		Release|.NET = Release|.NET
		Release|Any CPU = Release|Any CPU
		Release|Mixed Platforms = Release|Mixed Platforms
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{EA791CC6-78ED-4BFC-BF13-635CA08E623B}.Debug|.NET.ActiveCfg = Debug|.NET
		{EA791CC6-78ED-4BFC-BF13-635CA08E623B}.Debug|.NET.Build.0 = Debug|.NET
		{EA791CC6-78ED-4BFC-BF13-635CA08E623B}.Debug|Any CPU.ActiveCfg = Debug|.NET
		{EA791CC6-78ED-4BFC-BF13-635CA08E623B}.Debug|Mixed Platforms.ActiveCfg = Debug|.NET
		{EA791CC6-78ED-4BFC-BF13-635CA08E623B}.Debug|Mixed Platforms.Build.0 = Debug|.NET
		{EA791CC6-78ED-4BFC-BF13-635CA08E623B}.Release|.NET.ActiveCfg = Debug|.NET
		{EA791CC6-78ED-4BFC-BF13-635CA08E623B}.Release|.NET.Build.0 = Debug|.NET
		{EA791CC6-78ED-4BFC-BF13-635CA08E623B}.Release|Any CPU.ActiveCfg = Debug|.NET
		{EA791CC6-78ED-4BFC-BF13-635CA08E623B}.Release|Mixed Platforms.ActiveCfg = Debug|.NET
		{EA791CC6-78ED-4BFC-BF13-635CA08E623B}.Release|Mixed Platforms.Build.0 = Debug|.NET
		{80A185BC-3A12-46EB-9D6F-A808BB0D1243}.Debug|.NET.ActiveCfg = Debug|Any CPU
		{80A185BC-3A12-46EB-9D6F-A808BB0D1243}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{80A185BC-3A12-46EB-9D6F-A808BB0D1243}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{80A185BC-3A12-46EB-9D6F-A808BB0D1243}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{80A185BC-3A12-46EB-9D6F-A808BB0D1243}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{80A185BC-3A12-46EB-9D6F-A808BB0D1243}.Release|.NET.ActiveCfg = Release|Any CPU
		{80A185BC-3A12-46EB-9D6F-A808BB0D1243}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{80A185BC-3A12-46EB-9D6F-A808BB0D1243}.Release|Any CPU.Build.0 = Release|Any CPU
		{80A185BC-3A12-46EB-9D6F-A808BB0D1243}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{80A185BC-3A12-46EB-9D6F-A808BB0D1243}.Release|Mixed Platforms.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
Systems Engineer TCS
India India
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions