Skip to Content
0
Former Member
Apr 16, 2010 at 09:39 AM

Retrieval of listbox after event handling

50 Views

Hi,

I have created a tab strip under which i have a group of radio buttons

On click of a radio button event gets triggered and check for the id and display a list box

On selection of a value in list box i need to display a text with selected list box value.( event handling is again used here)

Here after the display of the text with selected list box value, the list box is getting disappeared.

I want both list box and also the text to be displayed.

Please help...