Chapter 5. Filter Templates

In This Chapter

Filtering with LINQ

Creating a Filter Template

Dynamic LINQ Queries

Building Search Pages with Filter Templates

Filter Template Lookup Rules

Built-in Filter Templates

Search functionality is essential for most database applications. Whether it is a customer browsing the product catalog or a service representative looking up a customer record, users need a fast and convenient mechanism for finding the information they need. For more than a decade now, ASP.NET developers have been using stored procedures to implement data access code in general and search functionality in particular. For each search screen, such as the Customer search page shown in Figure 5.1, one or more stored procedures ...

Get ASP.NET Dynamic Data Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.