J
Jay
In some examples I am looking through they are speaking of datagrids
and datalists (this is not the question
For the datalist a column is populated using
<%# Databinder.Eval(container.Dataitem, "some column") %>
For the datagrid...
<asp:Boundcolumn Datafield="some column" />
Is there any difference between the 2?
I'm assuming that both are saying look at the recordset (sorry classic
asp terminology , find this column data and populate this column
with it?
Are they specific to the 2 controls or can they be mixed and matched?
Advantages/disadvantages of either?
Sorry to be vague, just trying to get my head around them.
and datalists (this is not the question
For the datalist a column is populated using
<%# Databinder.Eval(container.Dataitem, "some column") %>
For the datagrid...
<asp:Boundcolumn Datafield="some column" />
Is there any difference between the 2?
I'm assuming that both are saying look at the recordset (sorry classic
asp terminology , find this column data and populate this column
with it?
Are they specific to the 2 controls or can they be mixed and matched?
Advantages/disadvantages of either?
Sorry to be vague, just trying to get my head around them.