Hi sir,
Tell me the steps to assign the current date and time in textbox in design time. I put the code like this, but i did not get the output. Kindly give me the solution for this problem.
<form id="form1" runat="server">
<div>
<asp:TextBox ID="TextBox1" Text="<%# System.DateTime.Now.ToString() %>" runat="server"></asp:TextBox>
</div>
</form>
With regards,
J.Prabu.
[Email:prbspark@gmail.com]