whateveragain
Programmer
FormA has a gridview and a SQLDataSource control which refers to a dynamic table which was created in the screen prior to FormA. On FormA there is a button that leads to FormB, which allows restrictions to the table displayed in FormA. Currently I drop the table and try to recreate it, then re-call FormA, but the table will not re-create. It keeps displaying the previous table in FormA. The columns are the same, just the records change. What is the best way to do this? What am I doing wrong?