Putting a date in a .ASPX page

  • Thread starter BoBo the monkey
  • Start date
B

BoBo the monkey

I'm switching some .ASP files over to .ASPX. Some of those .ASP pages
had the current date posted in them using:

**************************
<%=Date()%> or <%=Now()%>
**************************

and they worked just fine, but once I changed them to .ASPX, i get an
error like this:

**************************
Compiler Error Message: CS0103: The name 'Date' does not exist in the
class or namespace 'ASP.mypage_aspx'
**************************

How do I call the date on an .ASPX page?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,535
Members
45,008
Latest member
obedient dusk

Latest Threads

Top