“LINQ provides uniform way to perform action on any object which Implements the IEnumerable<T> OR IQueryable<T> interface with different type of data sources.” LINQ is the new feature whic...
Hash table is a collection class where objects are stores with key/value pair,key cannot be null, but value can be null. This comes under the System.Collections namespace.In Hash table each element is...
In this article, I am discussing how we can refresh data after a certain interval ASP.NET by using data representation control. i.e data representation cotrol automatically refreshes after a certain i...
As we all knows that Repeater and DataList does not have auto paging support technique like Gridview or Datagrid, but we can achieve this through PagedDataSource. By using PagedDataSource we can imple...