Search Results for: "ASP.NET MVC" (Tag)
There were 8 matching blog posts
Matching Blog Posts
First Post
<p>It’s been one of my goals (for a long time now) to start a blog, and actually keep it up to date! So, here goes…</p> Read more
RadioButtonList vs RadioButton
How is it that after years of using ASP.NET - I still run into things that baffle me? It’s par for the course I guess… but it’s still a bit frustrating. In this post I tackle the differences between the RadioButton and RadioButtonList controls. Read more
2008 - Lessons Learned
I've seen a lot of blog posts lately detailing the authors thoughts on the previous year. As a beginning blogger, it can't hurt to take a tip from those more experienced than I... A lot happened in 2008, but I'll focus on my lessons learned. Read more
New website "soft" launch
It's been waaay past overdue to redesign the website, so here we go! Read more
Lessons Learned - 2009
Lessons learned in 2009 Read more
LeftImage - Image Management and Manipulation Library
I've developed an Image Management library that's helps manage (save / delete) and manipulate (resize, rotate, scale and crop) images. Read more
Donate to a good cause
My best friend has a degenerative disease, similar to ALS, and his mobility is getting worse. Please consider donating to help with some of their needs. Read more
Stop IE From Displaying a File Download dialog when returning JSON
It’s a common problem… you write a simple action on your controller that returns JSON, but when you perform the AJAX call – you get a “File Download” dialog box when using IE. The solution turns out to be pretty simple. Read more