Hi...pls solve this error
List<Publisher> collectionOfPub = new List<Publisher>();
collectionOfPub.Add(new Publisher("Ram", "Tidel Park Chennai", "UAE", "SSS"));
collectionOfPub.Add(new Publisher("Kabir", "Tidel Park Chennai", "UAE", "SSS"));
collectionOfPub.Add(new Publisher("Harris", "Tidel Park Chennai", "UAE", "SSS"));
collectionOfPub.Add(new Publisher("Ali", "IPL tech Park Chennai", "UAE", "SSS"));
collectionOfPub.Add(new Publisher("Kapoor", "ITPL Bangalore", "INDIA", "SSS"));
this.gvpub.DataSource = collectionOfPub;
this.gvpub.DataBind();
//Error 1 No overload for method 'Publisher' takes '4' arguments
Join Hands Change lives
Thanks & Regards
Straight Edge Society