Display Selected value with Html.DropDownList in ASP.Net MVC
I wrote ToastManager about two months ago, and not try to covert it into ASP.Net. What ToastManager does is to collect people’s toast order for the morning toast run. Why? I just think MVC is cool. It...
View ArticleUse Sqlite together wtih ASP.Net MVC
Visual Studio 2008 integrates Sql server 2008 express nicely into App_Data folder. You just create the database using Server Explorer, and it inserts the connection string into web.config for you. I...
View ArticleTo get started with ASP.Net MVC 2
I work on a few personal projects. Personal projects are fun, because you can choose which technology and tools you are going to use and often you can experiment with the latest fancy things. I once...
View ArticleMy favourite helpers for ASP.NET MVC
As you use ASP.NET MVC on and on, you start building and using handy html helpers. Rob Conery posted a few of his helpers on his blog. You can find some more in his ASP.NET MVC source code. Inspired by...
View ArticleDisable browser cache for ajax request on ASP.NET MVC
The application reloads the list of jobs, if any job is reposted or expired. We display different labels, such as “reposted”, “expired”, depending on the action. It worked well with browsers but IE 8....
View ArticleWhat I learned while updating my church website
Working on a person project is lots of fun. You have a whole control over your project, what to do, how to do, and when to do. Also, it gives an opportunity to learn things to a deeper level. Last 3...
View Article