T
tshad
Is there any difference between:
<asp:Label id="Label3" runat="server" Text='<%#
DataBinder.Eval(Container, "DataItem.employeeid") %>'>
</asp:Label>
And
<asp:BoundColumn DataField="Answer"
HeaderText="Answer"></asp:BoundColumn>
or is this just a matter of style?
Thanks,
Tom.
<asp:Label id="Label3" runat="server" Text='<%#
DataBinder.Eval(Container, "DataItem.employeeid") %>'>
</asp:Label>
And
<asp:BoundColumn DataField="Answer"
HeaderText="Answer"></asp:BoundColumn>
or is this just a matter of style?
Thanks,
Tom.