J
Joey Lee
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
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