Criteria Builder for Query
In ASP.NET we want to build a query editor to fetch the data from tables based on different conditions. Customers can add these conditions on the fly. So I was thinking from almost a week how we can give user friendly interface to build complex queries on the webpage. I got an idea that we can do in JavaScript with script.aculo.us like this example at Greg site.
One of my staff told the similar kind of query building feature is there in MS SQL servers's Microsoft Report Builder 1.0 windows application to build reports.
Now we are building similar kind of interface in the ASP.NET page with Ajax panels, grid & custom controls. Once we are done with it, I will write another post. Happy reading :)
Labels: .NET, Programming





