P
Praveen R
Hi !
I am using a List view control to populate data onto. On
the click event of the list view control, i need to find
out whether the area clicked has any information of has no
information. I basically need to either decide to add a
new record or edit the existing record depending on
whether data is available or not on the row where the
mouse click was performed.
I have tried using listViewControl.SelectedItem.Text .
This always returns the text of the selected item, there
indicating that there is a record. But if the click is on
a blank row, an empty text is not returned.
Will be glad if anyone can suggest a way around this.
Many Thanks.
I am using a List view control to populate data onto. On
the click event of the list view control, i need to find
out whether the area clicked has any information of has no
information. I basically need to either decide to add a
new record or edit the existing record depending on
whether data is available or not on the row where the
mouse click was performed.
I have tried using listViewControl.SelectedItem.Text .
This always returns the text of the selected item, there
indicating that there is a record. But if the click is on
a blank row, an empty text is not returned.
Will be glad if anyone can suggest a way around this.
Many Thanks.