Click here to Skip to main content
15,886,067 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
"Error 60 Type 'MasterPage' already defines a member called 'Page_Load' with the same parameter types "
Posted

Make sure there is not a Page_Load event on master page file.If you have a page_load event in master and current page then this error will most likely occur. You can also add a reference to your project namespace .
 
Share this answer
 
VB
public partial class Admin : System.Web.UI.MasterPage

now solved the problem.. because, i am used the Classname "Admin" is used two master pages..so, this problem occured. i changed the name.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900