%@ Page language="C#"%>
<% if (ds.Tables[0].Rows.Count > 0) { SortableHtmlTable.create_from_dataset( Response, ds, "", "", false); } else { Response.Write ("No queries in the database."); } %>