Link to home
Start Free TrialLog in
Avatar of sathyanreddy
sathyanreddy

asked on

How to add an item click event to an asp 3.5 ListView control ?

I have a ListView control which is bound to a datasource. I want to do something in server side  when someone clicks on an item. I found no direct way of doing it. Is there any other solution ? Please help...
Avatar of SameerJagdale
SameerJagdale
Flag of United States of America image

how about SelectedIndexChanged event?
Avatar of sathyanreddy
sathyanreddy

ASKER

I am sorry. I did't find anything useful with the SelectedIndexChanged event. I want to raise an event when the user double clicks on any item in the listview. Is it possible ?
ASKER CERTIFIED SOLUTION
Avatar of Anurag Thakur
Anurag Thakur
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial