Tuesday, October 31, 2006

Very Interesting

I thought that this thread deserved a mention. Since I can imagine most people call their login pages Login.aspx. That causes problems in asp.net 2.0 as
<%@ Page Language="C#" MasterPageFile="~/master/default.master" AutoEventWireup="true" CodeFile="Login.aspx.cs" Inherits="Login" Title="Untitled Page" %>
will try to inherit the Login Control class instead of your code behind class.

Very interesting...

I'm behind

No comments: