N
Newish
Hi
Is it really not recommended to us Eval in databound controls as
follows:
<td><asp:TextBox id="BookTitle" Runat="Server"
Text='<%# Eval("BookTitle") %>'
Font-Size="8pt" Width="80px"/></td>
If so what is the alternative.
Thanks
Newish
Is it really not recommended to us Eval in databound controls as
follows:
<td><asp:TextBox id="BookTitle" Runat="Server"
Text='<%# Eval("BookTitle") %>'
Font-Size="8pt" Width="80px"/></td>
If so what is the alternative.
Thanks
Newish