Be the first to write a review
Basic Ajax GridView in ASP.NET 2.0 – Part 2
Welcome to Basic Ajax GridView in ASP.NET 2.0 part 2, the second and final installation of this two part series regarding implementing basic Ajax features into an ASP.NET 2.0 application. During this second part of the series we will build upon the foundation we created during part 1 and add more Ajax enabled features to our sample application.
The goal of any Ajax application is to give your end users a richer user interface to work with, simplifying their daily tasks and workload. Microsoft’s Ajax implementation now has two sets of tools that work in conjunction with Visual Studio 2005. The first tools are the basic Ajax extension controls which are responsible for Ajax enabling your application, and the second set of tools is a complete library of new Ajax enabled controls available in the Ajax Control Toolkit, both of which are free to download and use in your applications.
In Basic Ajax GridView in ASP.NET 2.0 part 1 we created a simple application that displayed Calendar events in a GridView control. During this second part we will accomplish two main goals, allowing the user to add new records using a DetailsView control, and implement one of the controls in the Ajax Control Toolkit for selecting a date using the Ajax Calendar control without causing postbacks.
Note: Visual Studio 2005 and a version of SQL Server (preferably SQL 2005 Express) is required for this tutorial. Since no custom code will be written both VB and C# developers are welcome.
Kevin Koch
Kevin Koch is a senior software engineer with over 8 years experience designing and architecting primarily web based applications. Fresh out of college during the nineties he co-founded Task Solutions and developed several projects with the then popular classic ASP.
During the Dot Com boom Kevin left his position as president and joined a new venture to build an enterprise insurance claim system build upon J2EE technology. After the Dot Com crash Kevin schooled himself to become an expert with .NET technology and is currently freelancing his ASP.NET skills to build enterprise n-tier frameworks using advanced OO methodologies.