Im pretty new to C# and got myself a project from a friend and I'm having this error when I'm trying to compile it:
Extension method must be defined in a non-generic static class
The code looks like this:
public partial class _Default : System.Web.UI.Page {
Probably a very simple problem but I cant figure it out.