ASP.NET pages without code-behind
Although this is not the best way to do it, there may be instances where you can’t use a code-behind cs file.
In that case, here is a basic example of how to set up the aspx file:
[Read More]