I have a form which user enters a main Sales Order number as a "main key". This key is used to fetch data and display it on a gridview. In the same form, users can enter multiple other keys. This is when a customer has multiple sales order associated with a project.
1. Can I popolulate the data in the gridview in multiple key?
2. If this can be done only programatically, how to I keep appending the dataset on every data fetch before binding it to the grid?
Thanks in advance.
1. Can I popolulate the data in the gridview in multiple key?
2. If this can be done only programatically, how to I keep appending the dataset on every data fetch before binding it to the grid?
Thanks in advance.