Dinamenta, UAB has announced the release of DHTMLX Scheduler .NET v.3.0. The new update demonstrates better customization possibilities of the web control that allows changing calendar scales by addin...
The State pattern allows an object to change its behaviour when its internal state changes. This pattern comes under Behavioral Patterns section. This pattern is used to represent the state of an obje...
“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...