Hi,
i am trying to bind the current date into one of the textbox in my insertitem template in listview,
this line does not work:
<asp:TextBox ID="JobDateTextBox" runat="server" Text="<%# System.DateTime.Now.ToString() %>"/>
is there any way to do that ? even from the code behind, how can i access this control from the page load event ?
Thanks