Object reference not set to an instance of an object

Ruslan's ASP .NET weblog

Browse by Tags

All Tags » ArrayList (RSS)
.NET ArrayList of Objects
/// <summary> /// public class. /// </summary> public class DealerShip { ... /// <summary> /// Franchise object /// </summary> public class objFranchise { public string Name; public bool IsSales; public bool IsService; } /// <summary>...
More Posts