Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Re: ASP.NET wizard

    there is one up on CodeProject, I think.

    [url]www.codeproject.com[/url]

    "Sohail" <sohail.somani@opg.com> wrote in message
    news:0bde01c35c2a$19a918c0$a601280a@phx.gbl...
    > Does anyone have any resources on how to create a wizard
    > framework in ASP.NET. I would like to subclass it (or
    > something similar) and create various task wizards based
    > on this framework.
    >
    > I am completely new to .NET in general and will be using
    > C#. This is like an initiation project for me :)
    >
    > Thanks in advance,
    >
    > Sohail

    sirshannon Guest

  2. Similar Questions and Discussions

    1. Wizard Control for ASP.NET 1.1
      No unfortunately that is impossible! I have found a fairly decent example of how you would go about creating a wizard control using ASP.NET 1.1...
    2. publishing wizard
      I have great tutorials from my hosting site on how to use the web publishing wizard to get my site uploaded but in my version (2003) I can't find the...
    3. Forms wizard
      The Forms Wizard is not available when I try to create Forms. After selecting the table, when a Wizard Dialog is supposed to appear, nothing...
    4. Scanner wizard
      My last scanner software was not xp compatable and so I used Scanner Wizard. I have grown to like this for some things. It appeared at the left...
    5. Where did my Wizard go?
      It used to be that when I connected (USB) and turned on my digital camera, a window would automatically pop up and ask about transfering pictures......
  3. #2

    Default Re: ASP.NET wizard

    Here's a component that might be of interest:

    [url]http://www.activedataonline.com.au/wizardform.html[/url]

    "Sohail" <sohail.somani@opg.com> wrote in message
    news:0bde01c35c2a$19a918c0$a601280a@phx.gbl...
    Does anyone have any resources on how to create a wizard
    framework in ASP.NET. I would like to subclass it (or
    something similar) and create various task wizards based
    on this framework.

    I am completely new to .NET in general and will be using
    C#. This is like an initiation project for me :)

    Thanks in advance,

    Sohail


    Ken Cox [Microsoft MVP] Guest

  4. #3

    Default ASP.NET wizard

    Those are very nice suggestions. Unfortunately the code
    project solution uses windows forms and the component does
    not enable me to learn ASP.NET :(

    There is some inaccessible article on asptoday dealing
    `with exactly this problem but its just that,
    inaccessible. If anyone could give me the jist of that
    article, that would be much appreciated.

    I am trying to learn ASP.NET as well as C# while getting
    this project done :)
    >-----Original Message-----
    >Does anyone have any resources on how to create a wizard
    >framework in ASP.NET. I would like to subclass it (or
    >something similar) and create various task wizards based
    >on this framework.
    >
    >I am completely new to .NET in general and will be using
    >C#. This is like an initiation project for me :)
    >
    >Thanks in advance,
    >
    >Sohail
    >.
    >
    Sohail Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139