aspnet

All things aspnet (Page 2 of 2)

Ajax HTML Grid Control for ASP.NET MVC (Part 3)

Ajax HTML Grid Control for ASP.NET MVC (Part 3)

7/10/2008

Moving to an HTML Helper As I was looking around at the various HTML helpers out there, I realized that I should probably conform and stick to what is being done. Having said that, I refactored the Gr...


Ajax HTML Grid Control for ASP.NET MVC (Part 2)

Ajax HTML Grid Control for ASP.NET MVC (Part 2)

7/8/2008

Preamble Over the long weekend I thought a lot about where I wanted to go with the grid "control" for ASP.NET MVC. One of the things that weighed heavily on my mind was the ability to have the control...


Ajax HTML Grid Control for ASP.NET MVC (Part 1)

Ajax HTML Grid Control for ASP.NET MVC (Part 1)

7/2/2008

At work we are starting a major project and I think we have decided to go the ASP.NET MVC route. One of the concerns we had was that we could not use traditional "web controls" (i.e. Telerik, DevExpre...


Using JQuery to perform Ajax calls in ASP.NET MVC

Using JQuery to perform Ajax calls in ASP.NET MVC

6/26/2008

As I was looking around for ways to enable Ajax in the current ASP.NET MVC release I found a couple of things that I found pretty useful and thought I should share....