Thanx, DotNetGnat, but that's code behind (in the .vb file). My question would be: If I have in my code a var: myVar = system.datetime.now, or myVar = 23, or myVar="this is only a text", how could I display in the .aspx file, in the HTML interfase, the value for myVar? In ASP I can use...