santoshr0114 - Friday, December 19, 2014 5:21 AM:
Hi,
How can i call the Search Browser dialog from external application.
I am having a .Net Windows Application. I need to search documents in ARAS, Instead of re-inventing/creating a UI and sending a find query from user input, i want to use the ARAS search dialog to pop up when the user click on a button.
edmoreirabr - Wednesday, December 31, 2014 11:49 AM:
Santosh, are you creating a regular asp.net application or Windows Forms?
If yo're working with asp.net I would suggest to implement an auto complete field with generic handler (ashx) to retrieve the data and show that during the typing on auto complete field using jQuery.
This solution is a quite simple and I can provide some example if you want.
Regards,
Edson
santoshr0114 - Thursday, January 1, 2015 12:47 AM:
Hi Edson,
I have a Windows Forms Application.