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

Using Microsoft ATLAS/Ajax - Zip Code Updater Application

Rate me:
Please Sign up or sign in to vote.
2.42/5 (13 votes)
7 Aug 2006CPOL7 min read 55.2K   706   31  
Zip Code Updater is an ASP.NET 2.0 application written in C# (2.0) that demonstrates how an object on the server side can be updated using Microsoft ATLAS (the Microsoft Ajax component).

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "C:\...\ZipCodeUpdaterSrc\", ".", "{27F20E28-1DE7-4207-AD5E-467A457B7431}"
	ProjectSection(WebsiteProperties) = preProject
		Debug.AspNetCompiler.VirtualPath = "/ZipCodeUpdaterSrc"
		Debug.AspNetCompiler.PhysicalPath = "..\ZipCodeUpdaterSrc\"
		Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\ZipCodeUpdaterSrc\"
		Debug.AspNetCompiler.Updateable = "true"
		Debug.AspNetCompiler.ForceOverwrite = "true"
		Debug.AspNetCompiler.FixedNames = "false"
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.VirtualPath = "/ZipCodeUpdaterSrc"
		Release.AspNetCompiler.PhysicalPath = "..\ZipCodeUpdaterSrc\"
		Release.AspNetCompiler.TargetPath = "PrecompiledWeb\ZipCodeUpdaterSrc\"
		Release.AspNetCompiler.Updateable = "true"
		Release.AspNetCompiler.ForceOverwrite = "true"
		Release.AspNetCompiler.FixedNames = "false"
		Release.AspNetCompiler.Debug = "False"
		VWDPort = "2851"
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|.NET = Debug|.NET
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{27F20E28-1DE7-4207-AD5E-467A457B7431}.Debug|.NET.ActiveCfg = Debug|.NET
		{27F20E28-1DE7-4207-AD5E-467A457B7431}.Debug|.NET.Build.0 = Debug|.NET
	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
Web Developer
United States United States
Rajiv K Singh is a Software Architect with MS in Computer Science from California State University, Fullerton, CA. He has 10+ years of experience in architecture, design and software development for enterprise using C++, C#, ASP.NET. His current area of interests are SOA, Web Services, BizTalk, ADO.NET and ASP.NET. Rajiv Singh can be reached at rajivks@hotmail.com.

Comments and Discussions