Remove back button from the wizard pages

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • splendid9
    New Member
    • Mar 2008
    • 56

    Remove back button from the wizard pages

    Hello frends, i got a question with Asp.net wizard applications, is there any way for me to remove Back button from the wizard pages'?
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    Are you refering to the back button of a browser? You can't remove it per-say.
    But you you CAN set your pages to expire from the cache imediatly?

    Comment

    • splendid9
      New Member
      • Mar 2008
      • 56

      #3
      no but in a wizard type asp.net application.... ......

      Comment

      • splendid9
        New Member
        • Mar 2008
        • 56

        #4
        Using Ajax functionalities , i am planning to develop a wizard type application, in asp.net which contains An application process, collecting different types of information from the user..etc which goes on asking and giving chance to verify info for 10 pages. I want tto include all those pages in a wizard application, where there shoud not be a chance for the user to go back to previous page, back button removes ,just next button and finish./Could any one pls tell me

        1) how cud i remove back button
        2) what should be included in update panel.....
        3)whether is it possible >?

        Comment

        • Plater
          Recognized Expert Expert
          • Apr 2007
          • 7872

          #5
          Just don't add the back button in in the first place?
          I'm not seeing what your problem is here.

          Comment

          • splendid9
            New Member
            • Mar 2008
            • 56

            #6
            http://www.codeproject .com/KB/ajax/AjaxWizardContr ol.aspx

            See in this example.......A re we adding Previous and Next buttons Separately, i thought if we say Wizard it contains those 2 buttons by default.......? ????

            Comment

            • Plater
              Recognized Expert Expert
              • Apr 2007
              • 7872

              #7
              that's a custom control. You can just make your own if need be and leave out the back button.

              didn't your other thread already cover this?

              Comment

              Working...