Textbox filled with current date...Please help - noob

  • Thread starter Thread starter Teep
  • Start date Start date
T

Teep

This sounds so simple...I want the textbox to automatically fill with
today's date but how is that done b/c I want the date to later on be
submitted to a SQL table? To lock it so the user can't edit it, I can
use type="hidden" right? Thanks in advance for the help

<asp:textbox id="RptDate" runat="server" Width="200px">
 
Back
Top