Archive
- December 2011 (1)
- September 2010 (1)
- May 2010 (2)
- April 2010 (1)
- August 2009 (1)
- July 2009 (2)
Tag Archives: .NET
Ajaxify your MVC form in 30 seconds
I was playing around with the ASP.NET MVC 2 Framework and needed to submit my form using Ajax instead of a full form post. I noticed the MicrosoftAjax.js and MicrosoftMvcAjax.js file that came with the project so I had high … Continue reading
Adding choices to existing UserProfile properties
When editing ChoiceList items of existing UserProfile properties you also need to increment the MaximumShown property. Otherwise the changes (neiter removal nor addition) will be saved when calling Commit(). This won’t work: // Get the property from the UserProfileManager instance … Continue reading