Displaying Extended Details in a GridView Using an Ajax Pop-Up (Part 2)

Posted by: 4GuysFromRolla.com Headlines, on 11 Jul 2007 | View original | Bookmarked: 0 time(s)

This two-part article series examines how to use Microsoft's ASP.NET AJAX to add a pop-up control to a GridView in order to display drill-down detail information in a responsive and clean manner. In Part 1 we looked at displaying the list of employees from the Northwind database in a GridView. This involved building an application architecture consisting of a Data Access Layer (DAL) created via Typed DataSets and a Business Logic Layer (BLL) created as custom classes. We then created an ASP.NET page that used a GridView and an ObjectDataSource to invoke the appropriate BLL method and display the results.

In this second and final installment we'll turn our attention to Ajax-ifying the GridView by adding the pop-up control to display the territories coverred by the moused over employee. This will involve creating a dynamic populate page method that will be called asynchronously from the browser when the user mouses over an employee. This call back to the web server will return the specified employee's list of territories, which will then be displayed in the pop-up. Read on to learn more!
Read More >

Advertisement
Free Agile Project Management Tool from Telerik
TeamPulse Community Edition helps your team effectively capture requirements, manage project plans, assign and track work, and most importantly, be continually connected with each other.
Category: Ajax | Other Posts: View all posts by this blogger | Report as irrelevant | View bloggers stats | Views: 1243 | Hits: 106

Similar Posts

  • Session Slides and Samples from Microsoft ASP.NET Connections more
  • Building Interactive User Interfaces with Microsoft ASP.NET AJAX: Performing Client Actions in Response to Partial Page Postbacks more
  • Nov 17th Links: ASP.NET, ASP.NET AJAX, ASP.NET MVC, VS 2008, .NET 3.5, IIS7, Silverlight more
  • Building Interactive User Interfaces with Microsoft ASP.NET AJAX: Using the UpdatePanel more
  • Displaying Extended Details in a GridView Using an Ajax Pop-Up (Part 1) more
  • Building data-centric and forms based AJAX applications more
  • The Ajax Papers: Part III more
  • The Ajax Papers: Part I more
  • New version of SmartPart, now with "AJAX Connections" more
  • ASP.NET AJAX and SharePoint more

News Categories

.NET | Agile | Ajax | Architecture | ASP.NET | BizTalk | C# | Certification | Data | DataGrid | DataSet | Debugger | DotNetNuke | Events | GridView | IIS | Indigo | JavaScript | Mobile | Mono | Patterns and Practices | Performance | Podcast | Refactor | Regex | Security | Sharepoint | Silverlight | Smart Client Applications | Software | SQL | VB.NET | Visual Studio | W3 | WCF | WinFx | WPF | WSE | XAML | XLinq | XML | XSD