Custom ASP.NET Control configuration wizard

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

  1. #1

    Default Custom ASP.NET Control configuration wizard

    I am writing a custom ASP.NET Control. It is usable from
    the visual studio toolkit. I would like to add a
    configuration wizard to it. I have seen it done by
    others, however I cannot seem to find any information on
    how to do it.... Anyone got some pointers?

    Allan Doensen 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. Using the Data Adapter Configuration Wizard
      I have been trying to design a Web Form using VB.Net 2002 that uses a DataGrid to display a MS Access database. When using the Data Adapter...
    3. ControlDesigner not invoked on custom control when control is rendered within another custom control
      I have a custom control that has a simple designer (derived from System.Web.UI.Design.ControlDesigner) associated with it (using the...
    4. Data Adapter Configuration Wizard does not support over 100 columns ?
      I think that is how that works. I recommend you don't use the wizard in any case, as I think it is preferrable to code everything by hand. That way...
    5. Using Table control in a custom composite control. Control does not render properly in design time.
      All, I have written a very simple custom composite control that includes a control of type System.Web.UI.WebControls.Table. The control...
  3. #2

    Default Re: Custom ASP.NET Control configuration wizard


    You need to write a custom designer. Try searching google for more info.
    Also, Nikhil Kothari in his book "Developing ASP.NET server controls and
    components" explains how to create custom designers.


    "Allan Doensen" <consulting@allandoensen.com> wrote in message
    news:417101c375c6$84e720e0$a501280a@phx.gbl...
    > I am writing a custom ASP.NET Control. It is usable from
    > the visual studio toolkit. I would like to add a
    > configuration wizard to it. I have seen it done by
    > others, however I cannot seem to find any information on
    > how to do it.... Anyone got some pointers?
    >

    Oleg Ogurok Guest

  4. #3

    Default Custom ASP.NET Control configuration wizard

    This is best one article so far I have read online. I would like to appreciate you for making it very simple and easy. I have found another nice post related to this post over the internet which also explained very well.

    Thanks
    Unregistered 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