Ask a Question related to ASP.NET Building Controls, Design and Development.
-
Allan Doensen #1
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
-
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... -
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... -
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... -
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... -
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... -
Oleg Ogurok #2
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
-
Unregistered #3
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.
ThanksUnregistered Guest



Reply With Quote

