Monthly Archives: July 2010

Passing list as parameter from AJAX request to MVC controller

I came across this recently when needed to pass array of selected values into MVC controller during Ajax request. Scenario was that on the page I had set of checkboxes and button. User can then make multiple choice selection and submit form using button. Page could look like this: <ul id=”sampleList”>     <li><input type=”checkbox” value=”1″ checked=”checked” />text 1</li>…

Hello world!

Welcome to my technical blog, This is a very first post here (and I really hope not the last one). Being in IT industry for a few years now, I realise more and more everyday that having good “knowledge base” is essential for any serious computer professional. Just look here if you do not believe my previous sentence. Although I had…