Hi Friends
i load a page with the following:
1. a drop down list, a button labeled search, Grid View, Form View, and someother miscellaneous controls for specifyingadvanced search criterias, like date, and supplier.
2. X selects an item from the drop down list, and clicks on search.
3. the system loads the requested data that match to X query, it loads it to the grid view, however, not all the fields are displayed in the grid view, therefore, he clicks to select one record, and.
4. the remaining data will be displayed in the form view.
Statement of the Problem:
the items inside the drop down list represents entities in the database, moreover, between them, there are some common fields, but in general, they don't have all the same fields.
so far, i have created data source that is populated dynamically for each item to display the result set for X query.
- How could i populate one grid view andalso one form view- durring run time- with diffrent fields for diffrent entities?
THX in advanced
'X is an actor'