>> Click here to download the slides/ demos << Thanks to all who came and apologies to those who came and found standing room only – I intend to record these demos and host them soon, watch this space. The demos are fully RC2 compatible now, that day was a close call to a non-working [...]
Archive for the ‘ASP.Net MVC’ Category
Update: The Release Candidate has been released. The demo below works fine with it too. >> Click here to download the slides and second demo. << Wow! We had a fantastic turn-out last night, interest in MVC must high! Not having presented for almost a year I tried not to publicize the the talk; but still [...]
We have all seen the 80040154 COM error. Normally the solution is to run regsvr32 on the com dll so it is registered on the machine. “System.Runtime.InteropServices.COMException (0×80040154): Retrieving the COM class factory for component with CLSID {D1CB0D81-7D2B-4064-9AC7-D0D88DEC3D16} failed due to the following error: 80040154.” Of course regsvr32 was the first thing I did, but [...]
So you have a Partial in a div and would like to flip out the html contents with new results from just the partial… To para-phrase Obi-Wan ‘this is the JavaScript you are looking for’: function Save() { var data = $(‘#PartialData’).serialize(); $.post(‘SavePartial’, data, function(result) { if (result == “success”) { $(“#DivFlipThis”).load(“ProductUserControl”); [...]
This is a plea to anyone who blogs, writes or talks about ASP.Net MVC. This stuff is pretty simple, let’s not scare people away. In the last four weeks of learning MVC I have: Read the book ASP.Net MVC in Action (Work in Progress via MEAP) Attended Microsoft’s Firestarter in NYC Read a raft of [...]