Hi all,
I'm doing a modification on a given example code by adding another TextBox and Label into its form, but it keeps return an error asking me for this line which is located on way top of the page's code:
<%@ Page language="c#" Codebehind="Login.aspx.cs" AutoEventWireup="false" Inherits="CamAccess.WebForm1" %>
I cannot fine any page namely "Login.aspx.cs" or something likes that anywhere in the folder of the site, can someone tells me what is that code for?
Thanks!
I'm doing a modification on a given example code by adding another TextBox and Label into its form, but it keeps return an error asking me for this line which is located on way top of the page's code:
<%@ Page language="c#" Codebehind="Login.aspx.cs" AutoEventWireup="false" Inherits="CamAccess.WebForm1" %>
I cannot fine any page namely "Login.aspx.cs" or something likes that anywhere in the folder of the site, can someone tells me what is that code for?
Thanks!