Is it possible to change the data binding of an object depending on what a user has selected from a list?
For instance:
I have a list with table names(minus the tbl prefix, I use Hungarian notation)
Sold
New
Used
The user selects a table and when the selection changes I want all the objects on the page to be bound to the newly selected table. Help?
For instance:
I have a list with table names(minus the tbl prefix, I use Hungarian notation)
Sold
New
Used
The user selects a table and when the selection changes I want all the objects on the page to be bound to the newly selected table. Help?
Comment