Windows Develop Bookmark and Share   
 index > Windows Forms General > Database across internet question
 

Database across internet question

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.
MigrationUser 1  Thursday, December 16, 2004 1:49 PM
are you trying to display a web page in your windows form or are you trying to query a database on the internet?
MigrationUser 1  Monday, December 20, 2004 10:59 AM

You can use google to search for other answers

Custom Search

More Threads

• CaptionButton for WindowsForm
• webbrowser and connection information
• .net Control inheritance forum, club.. website anywhere?
• Run Framework 1.1 and 2.0 application at the same time on the same machine.
• Question about Main method
• a simple printing question, many thanks!
• help with graphics...
• oledb problem... please!!!
• Winform app looping... how can I find out where?
• how to insert textbox into treeview control