Asp.Net(C#) Label Text inline

Posted by oraclee on Stack Overflow See other posts from Stack Overflow or by oraclee
Published on 2010-05-04T12:24:33Z Indexed on 2010/05/04 12:28 UTC
Read the original article Hit count: 253

Filed under:
|

Hi all;

<asp:TextBox ID="TextBox1" runat="server" Text='<%# DateTime.Now.ToLongDateString() %>'></asp:TextBox>

i need textbox text set DateTime.Now.ToLongDateString() how to make ? must inline

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about c#