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

Callback WebControls

Rate me:
Please Sign up or sign in to vote.
4.80/5 (44 votes)
5 Jan 2010Ms-PL9 min read 124.3K   1.3K   105  
The power of callback and JavaScript to render controls without reloading the entire page.

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AspNetLight", "AspNetLight\AspNetLight.csproj", "{38BD9F1B-5CD6-4F99-995D-9E039C2AB3C0}"
	ProjectSection(WebsiteProperties) = preProject
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.Debug = "False"
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebGui", "WebGui\WebGui.csproj", "{C8EAD7ED-67E3-4D1D-B684-446A3A6C505D}"
	ProjectSection(WebsiteProperties) = preProject
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.Debug = "False"
	EndProjectSection
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
		{38BD9F1B-5CD6-4F99-995D-9E039C2AB3C0}.Debug|.NET.ActiveCfg = Debug|Any CPU
		{38BD9F1B-5CD6-4F99-995D-9E039C2AB3C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{38BD9F1B-5CD6-4F99-995D-9E039C2AB3C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{38BD9F1B-5CD6-4F99-995D-9E039C2AB3C0}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{38BD9F1B-5CD6-4F99-995D-9E039C2AB3C0}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{38BD9F1B-5CD6-4F99-995D-9E039C2AB3C0}.Release|.NET.ActiveCfg = Release|Any CPU
		{38BD9F1B-5CD6-4F99-995D-9E039C2AB3C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{38BD9F1B-5CD6-4F99-995D-9E039C2AB3C0}.Release|Any CPU.Build.0 = Release|Any CPU
		{38BD9F1B-5CD6-4F99-995D-9E039C2AB3C0}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{38BD9F1B-5CD6-4F99-995D-9E039C2AB3C0}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{C8EAD7ED-67E3-4D1D-B684-446A3A6C505D}.Debug|.NET.ActiveCfg = Debug|Any CPU
		{C8EAD7ED-67E3-4D1D-B684-446A3A6C505D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{C8EAD7ED-67E3-4D1D-B684-446A3A6C505D}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{C8EAD7ED-67E3-4D1D-B684-446A3A6C505D}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{C8EAD7ED-67E3-4D1D-B684-446A3A6C505D}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{C8EAD7ED-67E3-4D1D-B684-446A3A6C505D}.Release|.NET.ActiveCfg = Release|Any CPU
		{C8EAD7ED-67E3-4D1D-B684-446A3A6C505D}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{C8EAD7ED-67E3-4D1D-B684-446A3A6C505D}.Release|Any CPU.Build.0 = Release|Any CPU
		{C8EAD7ED-67E3-4D1D-B684-446A3A6C505D}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{C8EAD7ED-67E3-4D1D-B684-446A3A6C505D}.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 Microsoft Public License (Ms-PL)


Written By
Architect
Belgium Belgium
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions