We would prefer to use the Code Behind so how do I get rid of all these errors?
Error 1 'ASP.auditlogbrowse_aspx' does not contain a definition for 'btnContactSearch_Click' and no extension method 'btnContactSearch_Click' accepting a first argument of type
'ASP.auditlogbrowse_aspx' could be found (are you missing a using directive or an assembly reference?)
Can I just change the @Page directive to CodeFile?
skifreak
Member
145 Points
440 Posts
Re: Conversion from 2003 to 2008 errors
Aug 13, 2008 01:56 PM|LINK
We would prefer to use the Code Behind so how do I get rid of all these errors?
Error 1 'ASP.auditlogbrowse_aspx' does not contain a definition for 'btnContactSearch_Click' and no extension method 'btnContactSearch_Click' accepting a first argument of type 'ASP.auditlogbrowse_aspx' could be found (are you missing a using directive or an assembly reference?)
Can I just change the @Page directive to CodeFile?