Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Wizard Control - Finish Button Validation

Wizard Control - Finish Button Validation

Scheduled Pinned Locked Moved ASP.NET
csharpasp-nethelpquestion
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    Jagadeesh Jupalli
    wrote on last edited by
    #1

    Hi, I have designed a registration form using wizard control in asp.net2.0. it consists of 5 steps. In steps 1, 2 and 4 there are some mandatory fields where the user has to fill. I kept some validations for that in those steps. My Issue: How can i make sure(reconfirm) in 5th step that the user has filled all the required fields in previous steps. Please let me know your suggestions. Many Thanks!! Jagadeesh

    S 1 Reply Last reply
    0
    • J Jagadeesh Jupalli

      Hi, I have designed a registration form using wizard control in asp.net2.0. it consists of 5 steps. In steps 1, 2 and 4 there are some mandatory fields where the user has to fill. I kept some validations for that in those steps. My Issue: How can i make sure(reconfirm) in 5th step that the user has filled all the required fields in previous steps. Please let me know your suggestions. Many Thanks!! Jagadeesh

      S Offline
      S Offline
      sathesh pandian
      wrote on last edited by
      #2

      Dear jagadeesh, use validators like requiredfield validator etc.. then in the page_load you can check it through page.Isvalid. If you want to check them means use some validation summary to view the errors otherwise use javascript for validating the data.

      All The Best Sathesh Pandian

      J 1 Reply Last reply
      0
      • S sathesh pandian

        Dear jagadeesh, use validators like requiredfield validator etc.. then in the page_load you can check it through page.Isvalid. If you want to check them means use some validation summary to view the errors otherwise use javascript for validating the data.

        All The Best Sathesh Pandian

        J Offline
        J Offline
        Jagadeesh Jupalli
        wrote on last edited by
        #3

        Hello Sathesh Pandian, Page.IsValid doesn't work in wizard control's finish button click event. To be more clearer on the question i mentioned above 5 steps which means 5 different wizard pages, but not 5 input fields. In the 5 wizard pages I kept some validations in pages 1, 2 and 4 along with validation summary controls in those three pages. My Issue: How can i make sure(reconfirm) in 5th step that the user has filled all the required fields in previous wizard control pages.:doh: Please let me know how to resolve this issue. Many Thanks!! Jagadeesh

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups