You are currently viewing the BOOK: Beginning ASP.NET 4 : in C# and VB section of the Wrox Programmer to Programmer discussions. This is a community of tens of thousands of software programmers and website developers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining today you can post your own programming questions, respond to other developers’ questions, and eliminate the ads that are displayed to guests. Registration is fast, simple and absolutely free .
Base Page Problem with "safeitenames" carryover in the 'inherits"
Greetings.
I have a problem with my basepage. When I generate a new webform based on my basepage I get the following:
<%@ Page Title="" Language="C#" MasterPageFile="~/MasterPages/Frontend.master" AutoEventWireup="true" CodeFile="Basepagerepair.aspx.cs" Inherits="Demos_$safeitenames$" %>
The code behind also has the same carryover:
public partial class Demos_$safeitenames$ : BasePage
I must have made a mistake when creating the basepage. Can anyone help me to fix this problem.