You cannot include DataFormatString in an asp:textbox like you can an asp:boundcolumn. However, you can format it in the binding expression as shown in the link:
DataBinder.Eval(Container, "DataItem.DateRequired", "{0:d}")
Yet More About TSM Integration With Data Domain
14 years ago
No comments:
Post a Comment