Results 1 to 4 of 4

Thread: next page

  1. #1

    Thread Starter
    Frenzied Member met0555's Avatar
    Join Date
    Jul 2006
    Posts
    1,385

    next page

    hi

    i'm new to asp.net well. vb.net to go to the other form we write form1.show how about asp.net if it also need dim thing or somthing else please include it in ur answer

    tank you

  2. #2
    Hyperactive Member gtilles's Avatar
    Join Date
    Dec 2004
    Location
    Planet Earth
    Posts
    394

    Re: next page

    Your question is unclear-but asp.net doesn't work like an application. Opening a new form in an application would be to ASP.net opening a new window via javascript or linking to a different page
    Truly, you have a dizzying intellect.

  3. #3
    Addicted Member
    Join Date
    Jun 2006
    Posts
    128

    Re: next page

    If this is what you might need..

    maybe You can use
    VB Code:
    1. server.Transfer(path)
    for the url in ur program
    or
    VB Code:
    1. response.redirect(path)
    for external URl..

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

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