G
Guest
Hi
I am using a ListView with "Full Row Select" propert set to true. Now I want a handle a simple menu item click event. That is I want to know that a menu item is clicked. I used SelectedIndexChanged event. But it fires an event only if I am clicking on a different menu item (or different row) but what if I click on the same menu item(or on the same row) So it does not work. Also I used the ItemActivate event, but still I am not getting the satisfactory result. So which event should I trap to get the click event and how
Thanks in advance
Amit.
I am using a ListView with "Full Row Select" propert set to true. Now I want a handle a simple menu item click event. That is I want to know that a menu item is clicked. I used SelectedIndexChanged event. But it fires an event only if I am clicking on a different menu item (or different row) but what if I click on the same menu item(or on the same row) So it does not work. Also I used the ItemActivate event, but still I am not getting the satisfactory result. So which event should I trap to get the click event and how
Thanks in advance
Amit.