Call c# code within aspx page

AFAIK, the using bit is really for the compiler and dev environment. Really so you don’t have to continually type System.Web.UI.Page but rather Page.

.NET Protip: don’t try and outsmart the JIT compiler.