Lets assume I have:
<asp:TextBox ID="txtFamName" runat="server"></asp:TextBox>
I have a class that queries the db and returns a datatable. I want to have a method that takes the datatable and loads the page with the data. I don't want to write most of the codes on the page.cs
Thanks