Quantcast
Channel: Seth Juarez » MVC
Browsing all 9 articles
Browse latest View live

Using JQuery to perform Ajax calls in ASP.NET MVC

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. The J in Ajax (JQuery) The muscle...

View Article



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

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,...

View Article

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

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

View Article

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

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

View Article

MVC Form Helper

Moving away from ASP 3.0 Request.Form(" ... As mentioned in my previous post, I wanted to find a way to auto-populate and entity object from the Request.Form collection. I also wanted (as an aside) to...

View Article


JQuery MVC Form Helper

Simple Form Helper As I continue to use JQuery and MVC I am completely impressed with how much you can do with very little. I know the new preview 4 came out with an AjaxForm helper. I could not...

View Article

Creating Advanced ASP.NET MVC Controls (Part 1, A Debugger)

Purpose In previous posts, I started creating an html grid helper that was really just an experiment to see how one would accomplish such a thing. Here, I wanted to delve into a more generic approach...

View Article

Creating Advanced ASP.NET MVC Controls (Part 2, Finished Debugger)

Purpose As mentioned in the previous post, in order to create good client side controls that interact well with the ASP.NET MVC system, we need to have a way to visualize data that the control either...

View Article


Creating Advanced ASP.NET MVC Controls (Part 3, A Scheduler)

Purpose This is part 3 of a series going through the process of creating an advanced control for the ASP.NET MVC system. I've decided to create a schedule control that allows a user to schedule and...

View Article

Browsing all 9 articles
Browse latest View live




Latest Images