@Page directive
@Page directive of ASP.Net Page in visual studio accepts only fully qualified name for "Inherits" attribute whereas giving just the required cs file name for "Codebehind" attribute is good enough...
eg < %@ Page language="c#" Codebehind="UnExpectedError.aspx.cs" AutoEventWireup="false" Inherits="SubtleEye.Administration.UnExpectedError" % >
No comments:
Post a Comment