Click here to Skip to main content
15,886,095 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I make a website in which i allow user to select any language and base on that language read webpage in selected language.for that i make class has name my_class in asp.net vb. I make someresources file fordifferent language.
now the problem is when i inherits class in default.aspx.vb file there is already one class inherits has name system.web.ui
I don't know how to inherits class my_class

What I have tried:

I tried to find answer for above problem but i cant get satisfy answer. i get that we can nor inherits more then one class in same page.
and if we remove system.web.ui the data will be just a bunch of text has no call any event. don't know what to do:
Posted
Updated 19-Mar-16 5:29am

1 solution

Make my_class inherit System.Web.UI.Page and you can then make your webform class inherit my_class.
 
Share this answer
 

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



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