D
Dave
Well... with data in the textbox..
This did not work...
<asp:TableCell ID="Tablecell1" CssClass="lnk_results" Runat="server"
Width="35%" HorizontalAlign="Left" ColumnSpan="5">
<asp:TextBox id="TextBoxMessage" runat="server"
TextMode="MultiLine" Width="248px" Height="80px"><%#
DataBinder.Eval(Container.DataItem, "Item_Description") %></asp:TextBox>
</asp:TableCell>
This did not work...
<asp:TableCell ID="Tablecell1" CssClass="lnk_results" Runat="server"
Width="35%" HorizontalAlign="Left" ColumnSpan="5">
<asp:TextBox id="TextBoxMessage" runat="server"
TextMode="MultiLine" Width="248px" Height="80px"><%#
DataBinder.Eval(Container.DataItem, "Item_Description") %></asp:TextBox>
</asp:TableCell>