HtmlTable and databinding

  • Thread starter Thread starter Jeremy Ames
  • Start date Start date
J

Jeremy Ames

Ok, so I am still trying to get use to ADO.Net, but I have come leaps and
bounds to this point. I am trying to bind a dataset that I have returned
from a webservice to a HtmlTable. It appears that I am supposed to use the
DataSet as the data source of the HtmlTable, but I do not see it listed as a
property. I know that once I have the data source tied to the data set all I
have to do is perform the data bind, but getting to that point is not quite
clear. Can someone please help me?

Thanks,

Jeremy Ames
 
Back
Top