ActiveDatabaseSoftware.ActiveQueryBuilder.Web.Control Namespace > QueryBuilderControl Class : MultipleQueriesPerSession Property |
'Declaration Public Property MultipleQueriesPerSession As System.Boolean
'Usage Dim instance As QueryBuilderControl Dim value As System.Boolean instance.MultipleQueriesPerSession = value value = instance.MultipleQueriesPerSession
public System.bool MultipleQueriesPerSession {get; set;}
When the MultipleQueriesPerSession mode is on, the user is able to build different queries in separate browser windows; otherwise the user will see the same query in all browser windows.
Note that working in the MultipleQueriesPerSession mode, the component treats postback as opening a new query window. Thus, you should send commands through AJAX requests without reloading the web page.