nicks60610
MIS
I have 2 ASP.net pages, very similar to each other, one has a textbox with a Text="<%Date.Today()%>" in the HTML section of the code, and when you run the page on the web, it will fill in Today's date, whereas if I use the exact same code on a different asp.net page, all the textbox does is fill in <%Date.Today()%>, just as if I had typed that in...
Why would one page differ from another??
Why would one page differ from another??