smartpreeti03
Member
- Joined
- Jun 19, 2008
- Messages
- 8
- Programming Experience
- Beginner
i was trying to create some controls dynamically in a button click event. i created a panel and added control array of radio buttons to this panel. i also added to command buttons for which i used handlers(addhandler). but when writing code in the handler, i cannot access the radio buttons created in the previous event(sine they were locally declared). i also tried to pass the panel by reference to the handler but that did not help.
i want to write code for checking which of the radio button was clicked. all this needs to be done dynamically. please suggest
i want to write code for checking which of the radio button was clicked. all this needs to be done dynamically. please suggest