Can someone please enlighten me as to how to include the asp code <%=DateTime.Now.ToShortDateString()%> within an asp:textbox as the value in order that the text box be automatically filled in with the date from the server.
Reader's Digest: How do I put this: <%=DateTime.Now.ToShortDateString()%>
Into this: <asp:textbox id="careerDate" TextMode="SingleLine" Columns="32" runat="server" Text='' />