Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
Joseph and Michael are both correct. Generally, as Joseph had mentioned, we will add two buttons and then managed the index position of the list. We will then manage the BO position through the SelectedIndexChanged event of the listview. When we populate a ListView, especially if you are populating using a BO, you can store the PK of each row in the tag property (Michaels post mentions how to do this). This will give you a value to seek on. If you look at the AdvancedListViewPopulation sample, this sample gives you an example of this...as does the CRM sample application for the population of the credit cards in the customer maintenance.
|