Welcome!
Subscribe RSS
-
Recent Posts
Archives
Categories
Meta
Tag Archives: aspnet.mvc
Master Details with Dialog in ASP.Net MVC and Unobstrusive Ajax
Today’s post explains a user interface that is not uncommon. The user interface consists of a list of items, and if the user clicks a link in the row of data for an item, a dialog window appears so the … Continue reading
Localization of Dates in ASP.Net MVC
Introduction It is a somewhat inconvenient truth that users of your web site are everywhere but they don’t all talk the same language or even do simple things like read dates in the same way. ASP.Net prov ides rich support … Continue reading
Posted in ASP.Net MVC, jQuery, Razor
Tagged aspnet.mvc, datepicker, globalization, localization
1 Comment
Using Unobtrusive Ajax Forms in ASP.Net MVC3
This post covers how to use the new unobtrusive libraries in ASP.net MVC3 to provide an improved form submission user experience utilising AJAX. The idea is to have the whole form contents submitted and then replaced by the server generated … Continue reading
Custom Unobstrusive Jquery Validation in ASP.Net MVC 3
Introduction This post demonstrates how to add client side unobtrusive validation for custom validation attributes. I will use a real example, which is the client side validation of the Australian Business Number and Australian Company Numbers for registered companies in … Continue reading
