ListBox
-
Hi All, I need to catch an event when user select an item from ListBox. I am not sure if I have to use Javascript. if yes how do I do it. Please halp. Thansk,
Hi jashimu, Some "selectedindexchanged" event should be there you can use it. just double click on list box you will get that event automatically. Regards, :)
-
Hi jashimu, Some "selectedindexchanged" event should be there you can use it. just double click on list box you will get that event automatically. Regards, :)
-
I get it it is true but when I select an item from the listBox it does not fire any even. I am not setting autopostback to true for reason. thanks for your reply.
then you have to do that with javascript I think. Only autopostback can solve your problem
-
then you have to do that with javascript I think. Only autopostback can solve your problem
-
Hi All, I need to catch an event when user select an item from ListBox. I am not sure if I have to use Javascript. if yes how do I do it. Please halp. Thansk,