OnInit(System.EventArgs)': no suitable method found to override

  • Thread starter Thread starter Hai Nguyen
  • Start date Start date
H

Hai Nguyen

Would anybody please tell me what is this error and what i should do

I have 5 files: page1.aspx,page1.aspx.cs; page2.aspx.page2.aspx.cs and
page3.cs

both page1.aspx.cs and page2.aspx.cs inherit page3

page3.cs is like a library to share common methods

I got this error

OnInit(System.EventArgs)': no suitable method found to override

Please tell me what to do


Thanks
 
Back
Top