I figured it out. So, in case anyone else is working on this sort of thing here is what I have done.
About.aspx
Code:
<asp:SqlDataSource ID="sdsEmployee" runat="server" ConnectionString="<%$ ConnectionStrings:Enterprise4 %>" > </asp:SqlDataSource> <asp:GridView ID="GridView1" runat="server" AllowSorting="True"
Leave a comment: