How to traverse in Collection of ASP.NET,C#.NET
I am creating a 3-tier application using the collections and I have found that it is very difficult to traverse in collection. I have used ICollection and IEnumerator interface to inherit my class.here is the class. #region Using Directive using System; using System.Collections; using System.Xml; using System.Xml.Serialization; #endregion namespace MyCollectionClass { [Serializable] [XmlRoot(“CountryCollection”)] public class