Hi Team,
How we can control Control change event that get fired when we double click any listview.
We had some login on Dropdown change which Clear out the Textbox data If user Select some value. Since Listview Double click events fires the change method so value get lost if we double click the listview to edit the data.
how we can prevent this issue.