Results 1 to 4 of 4

Thread: Call a ASPX from VB

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2000
    Location
    Glasgow, Scotland
    Posts
    71

    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?

  2. #2
    Addicted Member
    Join Date
    Feb 2002
    Location
    closed
    Posts
    196
    you want to call a function in your web app? Or get the HTML out?

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Feb 2000
    Location
    Glasgow, Scotland
    Posts
    71
    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

  4. #4
    Addicted Member
    Join Date
    Feb 2002
    Location
    closed
    Posts
    196
    ...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
  •  



Click Here to Expand Forum to Full Width