|
Is it possible to use a windows form for this? I'll try to explain.
The user will run the client program and click an event that will send a few parameters needed to query a database on an external website.
This will display a web page with the results of the query entered into controls that allow selections to be made.
Clicking "done" will query the database again based on the previous selections and return the results of the new query to the original calling app.
Now , let me try to expain this visually:
1.)Go here: http://authors.aspalliance.com/aspxtreme/adonet/views.aspx?pageno=4 2.)click the "sales summary" example. 3.) make some selectinos. 4.)click "Fetch" 5.) Now, I want "Fetch" to close the window and return the results of this 2nd query so they can be displayed in the orginal calling app.
Is there a way to do this? Sorry for lack of details. I was not given much on my end because the database would belong to a 2nd party. |