Active Query Builder 2 .NET Edition reference
MultipleQueriesPerSession Property



Gets or sets the MultipleQueriesPerSession mode.
Syntax
'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;}
public: __property System.bool get_MultipleQueriesPerSession();
public: __property void set_MultipleQueriesPerSession( 
   System.bool value
);
Remarks

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.

See Also

Reference

QueryBuilderControl Class
QueryBuilderControl Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback