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

An Easy Way to Implement ASP.NET Callback

Rate me:
Please Sign up or sign in to vote.
4.31/5 (5 votes)
3 Sep 2010CPOL5 min read 44.2K   689   17  
Implementing callback inside User Control, choosing between client callback and Ajax framework

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "CallBackHandler", "F:\Programing\BaseProjects\Asp.Net-user controls\CallBackHandler\", "{9612BBAF-A622-4119-8A8F-C0EEC65DFC48}"
	ProjectSection(WebsiteProperties) = preProject
		TargetFramework = "3.5"
		Debug.AspNetCompiler.VirtualPath = "/CallBackHandler"
		Debug.AspNetCompiler.PhysicalPath = "F:\Programing\BaseProjects\Asp.Net-user controls\CallBackHandler\"
		Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\CallBackHandler\"
		Debug.AspNetCompiler.Updateable = "true"
		Debug.AspNetCompiler.ForceOverwrite = "true"
		Debug.AspNetCompiler.FixedNames = "false"
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.VirtualPath = "/CallBackHandler"
		Release.AspNetCompiler.PhysicalPath = "F:\Programing\BaseProjects\Asp.Net-user controls\CallBackHandler\"
		Release.AspNetCompiler.TargetPath = "PrecompiledWeb\CallBackHandler\"
		Release.AspNetCompiler.Updateable = "true"
		Release.AspNetCompiler.ForceOverwrite = "true"
		Release.AspNetCompiler.FixedNames = "false"
		Release.AspNetCompiler.Debug = "False"
		VWDPort = "2617"
	EndProjectSection
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "TestProject1", "F:\Programing\BaseProjects\Asp.Net-user controls\CallbackHandler-TestProject\TestProject1\TestProject1.vbproj", "{B7483895-B1AD-4B61-A3EC-4A31EA225474}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{9612BBAF-A622-4119-8A8F-C0EEC65DFC48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{9612BBAF-A622-4119-8A8F-C0EEC65DFC48}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{9612BBAF-A622-4119-8A8F-C0EEC65DFC48}.Release|Any CPU.ActiveCfg = Debug|Any CPU
		{9612BBAF-A622-4119-8A8F-C0EEC65DFC48}.Release|Any CPU.Build.0 = Debug|Any CPU
		{B7483895-B1AD-4B61-A3EC-4A31EA225474}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{B7483895-B1AD-4B61-A3EC-4A31EA225474}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{B7483895-B1AD-4B61-A3EC-4A31EA225474}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{B7483895-B1AD-4B61-A3EC-4A31EA225474}.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 asemantek.ir
Iran (Islamic Republic of) Iran (Islamic Republic of)
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions