Posts tagged with asp.net-mvc
Oct 22
2012
1
comment
File Attachments using MVC and Entity Framework
Uploading and retrieving files from an SQL Server database using Entity Framework and MVC.
Apr 15
2011
Hacking jQuery-Validate in ASP.NET MVC
ASP.NET MVC uses data annotations to generate "unobtrusive" validation code, but you can do it by hand too!
Apr 11
2011
Toggling Enabled Controls with jQuery
How to enable and disable a control when a drop-down selection changes.