User211858889 posted
I am binding some values to asp listbox controls in device filters.
For example item1,item2,item3 .. are binded and displayed in the listbox controls.
Since there was no selectedindexchanged event,i am selecting the value item1 and i am clicking a button to get the value that is selected.
This works on HTML devices but not on WML devices.
ie i can't select both listbox and button at a same time.
Is there is any workaround?