Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

namespace and class confusion...

Status
Not open for further replies.

song2siren

Programmer
Jun 4, 2003
103
GB
Hello

I'm putting together a shopping cart application and I have various code-behind files called searchDB.vb, catDetailsDB.vb etc. These are all grouped into a namespace called myStoreComponents.

However, on some pages I need to inherit more than one of the vb code-behind files at the same time and am really unsure how to do this. Apologies if I'm missing something obvious here (I'm new to code-behind), but any suggestions would be much appreciated.

Thanks
 
There is no multiple inheritance in the .NET languages, though you can encapsulate similar functionality into common class files/ controls or something.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top