Tuesday, June 22, 2004

VJs Tip Of The Day - June 22nd 2004

@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: