Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7622873
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T04:33:50+00:00 2026-05-31T04:33:50+00:00

I would like to have a website with string 4 forms together. Right now

  • 0

I would like to have a website with string 4 forms together. Right now I cannot figure out how to get asp to go to another page, always returns to the same page.

I would like it so when the enter button is press the asp vb code would check to make sure the data is valid. If it is not valid it would return to the same form. else, go to the next form

Right now I have a test project that has a text box and a button. If you type yes I would like it to go to another form, else stay on same form

This is the vb code I have

Partial Class firstform
    Inherits System.Web.UI.Page

    Protected Sub Button1_Click(sender As Object, e As System.EventArgs) Handles Button1.Click
        '' proccess the form check for errors

        If (nextpage.Text = "yes") Then
            '' go to next form
        End If

        '' return tp pre form secondform.aspx
    End Sub
End Class
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T04:33:51+00:00Added an answer on May 31, 2026 at 4:33 am

    You could simply Reponse.Redirect to your next page.

    If nextpage.Text = "yes"
       Page.Validate()
       If Page.IsValid Then
           Response.Redirect("OtherForm.aspx")
        End If
    End If 
    

    Or you could use the Wizard Control

    MSDN: Wizard Web Server Control Overview

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this website iloveforwards.com created using drupal. I would like to have a
I would like to have the authentication and registration parts of my website encrypted
I would like to publish a website using msbuild. Since I have a website
I have a website that uses flash. I would like to convert the website
I have a website with all my photos, I would like people to be
Currently I have a website and database solution, however I would like to take
I have a website developed in Umbraco CMS, I would like to re-write old
We let users create ad-hoc queries in our website. We would like to have
we have a modularized website built on the MVC pattern. We would like to
I have a mobile website special for the blackberry. I would like to create

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.