Archive for the 'Visual Studio 2010' Category

Client Side AJAX in ASP.NET 4.0

AJAX is most used technology these days, this avoids page reloads and user will not get frustrated, however it still requires a post back to server so ASP.NET 4.0 introduced ClientSide AJAX which is achieved by using some jQuery and server side service Here I am going to build a sample using Northwind database Categories [...]

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 [...]

What’s New In Visual Studio 2010 ASP.NET 4.0

Microsoft has released Visual Studio 2010 and ASP.NET 4.0 beta 1 recently, I felt there are some amazing features which can help developers improve productivity. Please have look at screen shot of new feature below. 1) New Start page where you have 3 tabs, one is Welcome where we can find welcome note, feedback etc, [...]