Top Solutions

Xml dropdownlist bind in asp.net?

In this example, I will show you to bind dropdownlist with an xml file using ReadXml() method. In order to read data from cities.xml file into a dataset from the specified path using Server.MapPath.

C sharp partial class

When working with large projects, partial class splits the class for multiple programmers to work on it at the same time.