Call Parent Constructor?

  • Thread starter Thread starter xenophon
  • Start date Start date
X

xenophon

My existing 2.0 page inherits from a class that inherits from Page.
The parent class also has 2 constructors. What is the syntax for the
child class (aspx page) to call the second constructor (that has a
boolean parameter)?

Thanks.
 
I think you might be looking for something like this:
In vb...
MyBase.New(...)

This works for other methods, too. MyBase.Foo, etc.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top