I think I might have screwed something up.... Now all of the controls on the page are not being found in the main class. blablabla is not a member of.....
Not sure, I think I might have removed the wrong thing in codebehind.... Any ideas.
Printable View
I think I might have screwed something up.... Now all of the controls on the page are not being found in the main class. blablabla is not a member of.....
Not sure, I think I might have removed the wrong thing in codebehind.... Any ideas.
Look at the page directives of your ASPX and the declaration section of your ASPX.VB files.
I accidentally deleted this:
<%@ Page Language="vb" AutoEventWireup="false" Inherits="Fusion.FusionMain" CodeFile="FusionMain.aspx.vb" %>
:D Add [Resolved]