Archive for the 'ASP.NET 4.0' Category

LINQ DataSource Insert, Update and Delete : ASP.NET 4.0

Its been some time I didn’t write any thing on the blog, I was busy with my projects, so now thought of writing some thing on LINQ Datasource in ASP.NET .NET 4.0 (also part of .NET v3.5).
In this example I am trying to display list of products in a GridView and Insert, Update and Delete [...]

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

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

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, second tab [...]