2
Answers

Dynamic TableAdapter or similar functionality

Seth

Seth

16y
4.7k
1

I am creating an asp.net application used for editing certain tables. It could potentially be hundreds of tables. Any paticular table could be bound to a GridView for editing.

 I was wondering how I could let someone select the table name from a list (not hard) and then have access to the table with all corresponding SQL statements created dynamically?

 Any ideas? Performance is not a great concern, reusability is. Thanks.

Answers (2)