Active Query Builder support area

How to prompt the end-user for query parameters? (ASP.NET Edition)

Last modified:


The sample code for this task can be found in the Query Results demo project that included in the installation package. Below are the steps to take to cope with this task.

  1. Use the AQB.Web.QueryBuilder.queryParams collection to obtain the list of parameters.
  2. Prompt the end user for parameter values.
  3. Pass the list of parameter values to the server.
  4. Execute the query and display results to the end-user.

 The Query Results demo project has sample source code for performing these tasks.


Is this article helpful for you?