M
Mark B
I'd like to display the values of cells B1 and C1 from a datagrid (i.e. the
2nd and 3rd columns of the first row) on another part of the aspx page in
large text. This is because these are important sales figures.
Is is possible to return each of those two values so I can include them in a
<% =.............. %> ?
Something like <% =Datagrid1.RowColumn(1,2).Value %>
2nd and 3rd columns of the first row) on another part of the aspx page in
large text. This is because these are important sales figures.
Is is possible to return each of those two values so I can include them in a
<% =.............. %> ?
Something like <% =Datagrid1.RowColumn(1,2).Value %>