I have a table called table1,table2
And I have a form called form1
And I have a dropdownlist that populate all the tables
Now what I want to do is, when the user select the table name of dropdownlist, the table should shown in the form just below the drop down list.
How the table shown is exactly look like when we directly open the table. User are able to see the column name, update the table field, add new table field, etc. The only different is, the table is contained within the form. So, what control should I use? How to bind the table and the control dynamically?
And I have a form called form1
And I have a dropdownlist that populate all the tables
Now what I want to do is, when the user select the table name of dropdownlist, the table should shown in the form just below the drop down list.
How the table shown is exactly look like when we directly open the table. User are able to see the column name, update the table field, add new table field, etc. The only different is, the table is contained within the form. So, what control should I use? How to bind the table and the control dynamically?