I have the following PerformanceFactsheet.aspx.cs page class
public partial class PerformanceFactsheet : FactsheetBase { protected void Page_Load(object
Instead of a Page_Load() method, override OnLoad() and call base.OnLoad() in PerformanceFactsheet