how to define the default value with text control?
how to define the default value of now time with control?
the code is here and it is wrong and i don't know how to do,please help me,thanks!
<asp:TextBox ID="user_date" runat="server" Text ='<%# Eval(now()) %>' ReadOnly="true" ></asp:TextBox>
|