Is it possible to do the above? i.e. I have a gridview that binds to a data set. Currently I have a ddl that when a client clicks on it, the gridview 'disappears'.
(i.e. $('#GridView1').remove();)
However this does not remove the bind and therefore when a postback occurs, the gridview is populated with the 'erased' dataset.
Can I use jquery to effectively 'unbind' this gridview's dataset?