Archive for the 'QueryExtender Control' Category

QueryExtender Web Control : ASP.NET 4.0

  Query extender is a new control introduced in ASP.NET 4.0, this control is used to filter and sort data by using different expressions, it has Search Expression, OrderByExpression, RangeExpressions etc. When you have data in your Datasource and you want to filter at the application end so you always go for this control. As [...]