Hi Norisk, What I would do is find some way of differentiating which table are which say a new attribute. and then I would do something like this: Default.aspx.cs public partial class _Default : System.Web.UI.Page
{ protected void Page_Load( object sender, EventArgs e) { System.Collections.IList visibleTables...