Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Arraylist problem
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01202931
Message ID:
01203219
Views:
12
Hi Fred,

the problem is the BREMenuObject class - the ArrayList is a reference type and has not been initialised.

try this:
class BREMenuObject
{
  // properties
  string menuname;
  int level;
  ArrayList menuitems = new ArrayList();
}
- Craig

"If you're not prepared to be wrong, you will never come up with anything original."
- Sir Ken Robinson
Previous
Reply
Map
View

Click here to load this message in the networking platform