c# - Form must be convertible to System.Web.UI.Page -
I was making changes to my .aspx file, when Intel complained:
"LSPF Changes should be made from the system.web.U.Page "I am using the @low line:
& lt;% @ page AutoEventWireup =" true "codebehind =" LSPForm.aspx .cs "Inherits =" LSPForm "language =" "C #" MasterPageFile = "MasterPage.master" Title = "DMV: Marker Plate Notice"%>
Code-Back Reference .aspx variables that are defined on the .aspx page, but now Errors in the form of the form: "Name is not present in the current context," where there is a defined .aspx page in the field defined.
Any help will be appreciated.
If you have a direct copy and paste, then you have too many quotes in the language.
Comments
Post a Comment