Rendering Custom Control during design time
- From: "Joey Lee" <joeylta1979@xxxxxxxxxxx>
- Date: Thu, 30 Jun 2005 17:00:01 +0800
Hi,
I have been creating simple custom controls that is able to be added to the
Visual Studio toolbox and drag & drop to my aspx pages. The main thing i
need is visual representation during design time.
In order to do this, i override the render method and insert html codes.
However I would like to do more by inserting web controls, can this be done?
Using other ways like user control or overriding the createchildcontrol of
controls does not allow visual representation design time.
I was thinking of creating a simple control which have a label and a
dropdownlist with autopostback. This control is used to control the display
row for my datagrid. How do i code web controls and allow postback that will
somehow allow me again to change the display row of my data grid.
Any ideas or pointer?
Thanks
Joey
.
- Follow-Ups:
- Prev by Date: ASP.NET User Control
- Next by Date: RE: using TagPrefix to avoid having @ Register directives on pages
- Previous by thread: ASP.NET User Control
- Next by thread: Re: Rendering Custom Control during design time
- Index(es):
Relevant Pages
|