D
dougloj
Hi,
In my ASP.NET application, I want to be able to dynamically create
RadioButtonLists and/or
CheckBoxLists according to what is in my database. I wrote routines to
create RadioButtonLists and CheckBoxLists. Each routine pulls data out
of my database, populates the respective control, and passes the
control back to the caller. The caller places the returned controls
into a table. The controls are displayed as expected.
However, after a postback is invoked as a result of a selection change
in one of the RadioButtonLists or CheckBoxLists, all of my
dynamically created RadioButtonList and/or CheckBoxLists disappear.
Can anybody please tell me how to prevent the disappearing trick?
Thanks for the bandwidth.
Doug
In my ASP.NET application, I want to be able to dynamically create
RadioButtonLists and/or
CheckBoxLists according to what is in my database. I wrote routines to
create RadioButtonLists and CheckBoxLists. Each routine pulls data out
of my database, populates the respective control, and passes the
control back to the caller. The caller places the returned controls
into a table. The controls are displayed as expected.
However, after a postback is invoked as a result of a selection change
in one of the RadioButtonLists or CheckBoxLists, all of my
dynamically created RadioButtonList and/or CheckBoxLists disappear.
Can anybody please tell me how to prevent the disappearing trick?
Thanks for the bandwidth.
Doug