Hi,
I have a vb .net application and I want to make a call to aspx page from the application.
Can anyone help?
Printable View
Hi,
I have a vb .net application and I want to make a call to aspx page from the application.
Can anyone help?
you want to call a function in your web app? Or get the HTML out?
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
...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.