hii,
i m developing an application n i am using the list box control. i hv allowed that multiple items can be selected.
now what i want when the user selects a particular item , a popup or any control should open that allow user to enter the amont related to that selected item.
like for single slelcted item i can use the texbox and the ok button.
when the user selects the 2 nd item , then hw the button and textbox of the previos selection shud be effected:
1. if i dont not put values in the textbox for the first selection.then hw shud it be made visible but if i select the 2 nd value in the textbox then some popup shud be there to get the value and hw the initail popup shud be made visible.
it is like new implementation
if somebody has any idea hw it shud be done plz explain.
ex.
1st item attached to some textbox and button.
2nd item attched to some textbox and button
....................n th item atttached to some textbox and button.
listbox is allowed with multiple selection.
how shud i do it???