Churchill A

Churchill A

  • NA
  • 14
  • 0

Access controls on a page from a class method ( C# )

Jun 23 2010 4:47 AM
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



Answers (1)