|
-
Feb 23rd, 2004, 08:49 AM
#1
Thread Starter
Lively Member
Call a ASPX from VB
Hi,
I have a vb .net application and I want to make a call to aspx page from the application.
Can anyone help?
-
Feb 23rd, 2004, 09:21 AM
#2
Addicted Member
you want to call a function in your web app? Or get the HTML out?
-
Feb 23rd, 2004, 09:26 AM
#3
Thread Starter
Lively Member
Hi,
I have a vb windows forms application, I want to call an aspx page with a query string from a form on my windows application. I aasume there must be a class to do this, but I am not sure which one, in vb6 I would have used the browser control but I assume there is a new class in vb .net.
Thanks for your help,
Chris
-
Feb 23rd, 2004, 09:43 AM
#4
Addicted Member
...you only want to call a page!
Look in the System.Web namespace (WebClient i think)
If you want to make a method call you would need a web service or a remoteable object.
Last edited by powdir; Feb 23rd, 2004 at 10:02 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|