How to let the user define search filters?

  • Thread starter Thread starter Terry Olsen
  • Start date Start date
T

Terry Olsen

I have an ASP.NET web page that can display about 25 columns of data from an
SQL database. I have it right now using a CheckedListBox to allow the user
select the columns for display in the DataGrid. I have hardcoded 3 columns
for filters and allow the users to type in to a TextBox the filter data.

Are there any Query Builder GUI examples that I might use to allow the user
to build their own query using any and all the columns?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top