Easy QueryBuilder - A User-Friendly Ad-Hoc Advanced Search Solution

Posted on Dot net Slackers See other posts from Dot net Slackers
Published on Tue, 13 Apr 2010 00:00:00 GMT Indexed on 2010/04/13 13:03 UTC
Read the original article Hit count: 207

Filed under:
Constructing an easy and powerful QueryBuilder interface becomes more important for complex data grid filtering and accurate reporting services. In this article, I'll discuss how to build a query search engine using ASP.NET AJAX and dynamic SQL. The main goal is to provide an interactive interface to allow users select query attributes, operators, attribute values, and T-SQL operators so that the data context query list can be easily composed and a search engine is invoked.

Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.



Email this Article

© Dot net Slackers or respective owner

Easy QueryBuilder - A User-Friendly Ad-Hoc Advanced Search Solution

Posted on ASP alliance See other posts from ASP alliance
Published on Tue, 13 Apr 2010 00:00:00 GMT Indexed on 2010/04/13 12:03 UTC
Read the original article Hit count: 207

Filed under:
Constructing an easy and powerful QueryBuilder interface becomes more important for complex data grid filtering and accurate reporting services. In this article, I'll discuss how to build a query search engine using ASP.NET AJAX and dynamic SQL. The main goal is to provide an interactive interface to allow users select query attributes, operators, attribute values, and T-SQL operators so that the data context query list can be easily composed and a search engine is invoked.

© ASP alliance or respective owner