Hello. I've been developing with ASP and VBS for a while. Now, with ASP.NET I don't know how can I display a value from a simple function. i.e: in ASP I use <%=Date()%> to display the date from the server. How can I do that in .NET? I know I can use the code behind and have the text on a label or something like that, but how can I display the date, or a result from some code behind in the web interfase? I've seen <@, or <#, but they don't do what I wanto... unless, of course, that I'm not using them correctly. Almost everything I do is with code-behind, but sometimes you need to know how to do it both ways ... Thanks for your help.