hi all...
can any one help me by suggesting a way to get items in dynamic form?
here what i'm doing is , i'm displaying a dynamic form. in that form i have a main menu and this main menu contains a menu item "OK". here the dynamic form consist of some labels, list items and all. when i click on the "OK" menu item, an event occurs and i've wrote methods which wll execute on this event.
now i need the selected list item index,value.. label text etc...
can any one help me by suggesting an idea to get the selected item index,values label text etc in the method that i've created for this event...
this method lies in a seperate class...
can any one help me by suggesting a way to get items in dynamic form?
here what i'm doing is , i'm displaying a dynamic form. in that form i have a main menu and this main menu contains a menu item "OK". here the dynamic form consist of some labels, list items and all. when i click on the "OK" menu item, an event occurs and i've wrote methods which wll execute on this event.
now i need the selected list item index,value.. label text etc...
can any one help me by suggesting an idea to get the selected item index,values label text etc in the method that i've created for this event...
this method lies in a seperate class...
Comment