ASP.Net

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I am developing a usercontrol in ASP.Net , where i have a panel control. At runtime , I add controls to the panel depending on user-Input. Currently I am working with only Checkbox and RadioButton.

I need to return the checkbox/RadioButton value selected in the usercontrol?

Thanks for the help in advance,
Harry.
 
Hi Harry,

Did you set the autoselect property of those to true?

Cor
I am developing a usercontrol in ASP.Net , where i have a panel
control. At runtime , I add controls to the panel depending on user-Input.
Currently I am working with only Checkbox and RadioButton.
 
Hi Cor
Thanks for the Reply, but you see I do not want to AutoPostBAck as soon as a Checkbox/RadioButton is checked. When i submit my page, I need to check which of the Checkboxes are checked and display their values on the page

The checkboxes are generated at runtime. When a post occurs , the values of the selected checkboxes (which are on the user control) are to be displayed on the pag

Thanks
Harry
 
Hi Harry,

When you submit your page, your checkboxes are in initial state, so I do not
understand what you mean. With what do you want to set the checkbox?

Cor
Thanks for the Reply, but you see I do not want to AutoPostBAck as soon
as a Checkbox/RadioButton is checked. When i submit my page, I need to check
which of the Checkboxes are checked and display their values on the page.
The checkboxes are generated at runtime. When a post occurs , the values
of the selected checkboxes (which are on the user control) are to be
displayed on the page
 
Back
Top