Hi,
I have a listview control with three columns. The first two columns are populated from a SQL table. In the third column I am trying to do the following:
1. User clicks on a row in third column.
2. A Dialog box opens up "used to add an attribute to the item in the listview"
3. Once the data is entered in the dialog box, it is added to the third column in the listview for the selected item.
My first challenge is trying to find a way to be able to click or right click on a particular list item and open a dialog box, is this possible?
If anyone has an idea if/how these tasks are possible, please let me know.
Thanks,
MDA
I have a listview control with three columns. The first two columns are populated from a SQL table. In the third column I am trying to do the following:
1. User clicks on a row in third column.
2. A Dialog box opens up "used to add an attribute to the item in the listview"
3. Once the data is entered in the dialog box, it is added to the third column in the listview for the selected item.
My first challenge is trying to find a way to be able to click or right click on a particular list item and open a dialog box, is this possible?
If anyone has an idea if/how these tasks are possible, please let me know.
Thanks,
MDA