Bind web forms datagrid to Dataset??

  • Thread starter Thread starter Guest
  • Start date Start date
Sure you can. Just assign datagrid properties DataSource and DataMember, add
columns for the fields and call DataBind();

HTH,

Eliyahu
 
Thanks. And is it possible to change the size of the columns and the column
headers when the grid is loading(at runtime)?

VM
 
Back
Top