I now need to call the datasource using the selected value in drp_Tables something like this
gv_Display_The_Data.DataSource = drp_Tables.SelectedValue.RetrieveAllActive();
Is there anyway to do this ? how do I set the namespace to be called to the value stored in drp_Tables.SelectedValue.
Any help would be appreciated
Richie