Hi all
I wrote a listbox onclick event.On a click i want to get the selected row details but the listbox.selecte d(i) always returns false ,it returns true only in
double click event.Are they any other events on which i could do this.I want to populate a textbox based on the row selected from the listbox.Its working as i want when i add the code in a double click event but it doesn't make much sense doing it on a double click event.
thanks
Sree
I wrote a listbox onclick event.On a click i want to get the selected row details but the listbox.selecte d(i) always returns false ,it returns true only in
double click event.Are they any other events on which i could do this.I want to populate a textbox based on the row selected from the listbox.Its working as i want when i add the code in a double click event but it doesn't make much sense doing it on a double click event.
thanks
Sree
Comment