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.

If cdn down google hosted jQuery fails?

In some countries, google, hosted query might be banned we must want to prevent errors. The following code will check jQuery is loaded or not. It is not loaded than jQuery script will be loaded from our web server.

How to add row number dynamically to jQuery datatable?

In this example, I will show you to add a row number dynamically to jQuery datatable.I used jQuery datatable for binding grid, before I was struggled with adding row numbers in the first column to the table. Now I fixed the issue; it is working fine.