Author: Satheesh Babu | Posted on: 11/7/2009 3:34:36 AM | Views : 885

Building a search page is one of the very common and repeated tasks we do in any data driven websites. To do this, we will build a select query with where clause based on the search parameter suppplied through the input controls on the page. Understanding this need, Microsoft has introduced a new extender control called QueryExtender control with ASP.Net 4.0(Currently in beta) release that works with LINQ. ...

Go to the complete details ...