Sign in
Stuart Leeks
Stuart Leeks - Application Development Consultant
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Tags
ADO.Net Data Services
ASP.NET MVC
Batch file
CSharp
Debugging
Entity Framework
Extension methods
Javascript
jQuery
LINQ
Outlook
Pages
PowerShell
Testing
Unity
Utilities
Visual Studio
Archive
Archives
September 2012
(2)
June 2012
(1)
May 2012
(3)
April 2012
(1)
January 2012
(1)
October 2011
(1)
September 2011
(1)
July 2011
(2)
April 2011
(1)
March 2011
(1)
January 2011
(1)
December 2010
(2)
September 2010
(1)
August 2010
(3)
July 2010
(2)
May 2010
(3)
April 2010
(3)
March 2010
(2)
February 2010
(1)
December 2009
(3)
November 2009
(1)
August 2009
(6)
July 2009
(1)
April 2009
(1)
March 2009
(1)
January 2009
(2)
September 2008
(2)
August 2008
(2)
July 2008
(3)
May 2008
(3)
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Search
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Stuart Leeks
ASP.NET MVC 3: Integrating with the jQuery UI date picker and adding a jQuery validate date range validator
Posted
over 2 years ago
by
stuartle
61
Comments
UPDATE: I've blogged about an more flexible way to wire up the editor template here . This is post looks at working with dates in ASP.NET MVC 3. We will see how to integrate the jQuery UI date picker control automatically for model properties that...
Stuart Leeks
ASP.NET MVC - Creating a DropDownList helper for enums
Posted
over 3 years ago
by
stuartle
19
Comments
Do the types you work with in your ASP.NET MVC models ever have enums? Mine do from time to time and I’ve found myself needing to render a dropdown list to allow the user to select the enum value. For the purposes of this post, I will be working with...
Stuart Leeks
ASP.NET MVC: Partial rendering and AjaxAttribute
Posted
over 2 years ago
by
stuartle
0
Comments
On a number of occasions I’ve been working with a customer on a scenario where we were adding some Ajax partial rendering support.. All too often demos for this scenario are over-simplified and only render a minimal amount of data. I’m guilty...
Stuart Leeks
Using let in LINQ to Objects
Posted
over 5 years ago
by
stuartle
8
Comments
I've been delving into LINQ to Objects recently (and enjoying it), but had missed the 'let' keyword. A colleague Rupert Benbrook( http://phazed.com ) and I had been chatting about how to solve a particular issue using LINQ to Objects and he sent me a...
Stuart Leeks
ASP.NET MVC: Adding client-side validation to ValidatePasswordLengthAttribute
Posted
over 3 years ago
by
stuartle
3
Comments
This is the first post in what has become a mini-series: ASP.NET MVC: Adding client-side validation to ValidatePasswordLengthAttribute (this post!) ASP.NET MVC: Adding client-side validation to ValidatePasswordLengthAttribute in ASP.NET MVC 3...
Stuart Leeks
ASP.NET MVC & jQuery UI autocomplete Part 2 (EditorFor)
Posted
over 1 year ago
by
stuartle
2
Comments
UPDATE: I've blogged about an more flexible way to wire up the editor template here . I recently blogged about how to enable autocompletion of a text field using jQuery UI , and how to easily hook this behaviour up in ASP.NET MVC . In this post I’ll...
Stuart Leeks
ASP.NET MVC: Adding aria-required attribute for required fields
Posted
over 1 year ago
by
stuartle
2
Comments
UPDATE: I've blogged about an more flexible way to wire up the editor template here . There are a lot of things that you can do to make your site more usable and accessible. The Web Content Accessibility Guidelines (WCAG) includes techniques for Accessible...
Stuart Leeks
ASP.NET MVC: Adding client-side validation to PropertiesMustMatchAttribute
Posted
over 3 years ago
by
stuartle
9
Comments
This is the third post in what is becoming a mini-series: ASP.NET MVC: Adding client-side validation to ValidatePasswordLengthAttribute ASP.NET MVC: Adding client-side validation to ValidatePasswordLengthAttribute in ASP.NET MVC 3 Preview 1 ...
Stuart Leeks
Flexible Conditional Validation with ASP.NET MVC 3
Posted
over 2 years ago
by
stuartle
8
Comments
What? UPDATE: I've now blogged the follow-up post on adding client-side support Part 1 - Introducing RequiredIf (this post) Part 2 - Adding client-side support My colleague Simon and I have each written conditional validators with...
Stuart Leeks
ASP.NET MVC & jQuery UI autocomplete
Posted
over 1 year ago
by
stuartle
1
Comments
UPDATE: I've written a follow-up post that shows how to achieve this using Html.EditorFor here . If you get me started talking about ASP.NET MVC then it is quite possible that I’ll end up talking about Progressive Enhancement or Unobtrusive JavaScript...
Page 1 of 6 (55 items)
1
2
3
4
5
»