Cannot convert type ASP.login_aspx to System.Web.UI.WebControls.Login
Problem
You get following error when you run ASP.Net login pageSolution
- Go to your login.aspx.cs code behind file.
- Find line where page class is defined.
- Rename this class to something else. For example,
- Now go to your webform code in login.aspx file. And change inherit attribute to point to clsLogin class.
Change this to,
This should solve your problem
No comments:
Post a Comment