G Guest Jul 10, 2003 #1 Can I bind a web form datagrid to a dataset? How would I do it at runtime? Thanks, VM
E Eliyahu Goldin Jul 10, 2003 #2 Sure you can. Just assign datagrid properties DataSource and DataMember, add columns for the fields and call DataBind(); HTH, Eliyahu
Sure you can. Just assign datagrid properties DataSource and DataMember, add columns for the fields and call DataBind(); HTH, Eliyahu
G Guest Jul 10, 2003 #3 Thanks. And is it possible to change the size of the columns and the column headers when the grid is loading(at runtime)? VM
Thanks. And is it possible to change the size of the columns and the column headers when the grid is loading(at runtime)? VM