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.
Thank you!
|