I have an ASP.Net page with a C# code behind.
However, I\'ve been asked to not use a code behind - so that it will be easier to deploy in SharePoint.
Is the
You can actually have all the code in the aspx page. As explained here.
Sample from here:
<%@ Language=C# %>