Hello,
I would like to write a C# application that runs a query and opens up Web Extender with the Query Results Page containing all of the results based on the query. So far I have been able to write a C# DataGridView that contains all of the results of the query (using AxQueryData for the query and AxSearchResults for displaying on grid) and allows the user to open each item and builds the URL using the document pointer and GetDocumentDisplayUrl(sessionID, xmlPointer) method.
I would like to avoid this DataGridView workaround and just launch WX immediately with the query results. What is the simplest way of doing this? Is it possible to just manipulate the querystring of Main.aspx to somehow open WX in the query results page?
Any insights or ideas would be appreciated.
Version:
ApplicationXtender Web Access .NET Version 5.40.322.0
.NET Framework Version 2.0.50727.1433
Thank you,
Igor