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. Calling another page in side a wizard control in asp.net

Calling another page in side a wizard control in asp.net

Scheduled Pinned Locked Moved ASP.NET
csharpasp-nethelptutorialquestion
3 Posts 3 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.
  • M Offline
    M Offline
    meeram395
    wrote on last edited by
    #1

    I have a wizard conntrol in my form. I need to call another page inside the wizard control and do some operation in one of the steps. For eg: Form1 has a wizard control. After clicking Next button of the firt step or second step, it should go to another page, say Form2, and perform some operation and come back to Form1 itself. Is it possible to do that? Also if I want some value from From2 to Form1, is that possible? Any idea how to do implment this? Please help.

    Success is the good fortune that comes from aspiration, desperation, perspiration and inspiration.

    C D 2 Replies Last reply
    0
    • M meeram395

      I have a wizard conntrol in my form. I need to call another page inside the wizard control and do some operation in one of the steps. For eg: Form1 has a wizard control. After clicking Next button of the firt step or second step, it should go to another page, say Form2, and perform some operation and come back to Form1 itself. Is it possible to do that? Also if I want some value from From2 to Form1, is that possible? Any idea how to do implment this? Please help.

      Success is the good fortune that comes from aspiration, desperation, perspiration and inspiration.

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      This sounds insane. You should factor out the action you want, to another class, or a control that can be used in two places.

      Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )

      1 Reply Last reply
      0
      • M meeram395

        I have a wizard conntrol in my form. I need to call another page inside the wizard control and do some operation in one of the steps. For eg: Form1 has a wizard control. After clicking Next button of the firt step or second step, it should go to another page, say Form2, and perform some operation and come back to Form1 itself. Is it possible to do that? Also if I want some value from From2 to Form1, is that possible? Any idea how to do implment this? Please help.

        Success is the good fortune that comes from aspiration, desperation, perspiration and inspiration.

        D Offline
        D Offline
        dotnetmember
        wrote on last edited by
        #3

        I dont think it is possible to invoke another page within wizard control. But if u want to navigate from one page to another and back to same page, i dont see any problem. Wizard control has nothing to do with. And if u want values from page2 to page1, they are possible with sessions, query strings,..

        modified on Wednesday, May 6, 2009 1:41 AM

        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