I made changes to my .aspx file when IntelliSense complained:
"LSPForm must be convertible to System.Web.UI.Page." Here is the @Page line I'm using:
<%@ Page AutoEventWireup="true" Codebehind="LSPForm.aspx.cs" Inherits="LSPForm" Language=""C#" MasterPageFile="MasterPage.master" Title="DMV: Marker Plate Notice" %>
Variables with the variable code .aspx defined on the .aspx page, but now lead to form errors: "Name does not exist in the current context", where is the field defined on the .aspx page.
Any help would be appreciated.
source share