Soe Tun

my attempt to solve common tech problems

  Home  |   Contact  |   Syndication    |   Login
  13 Posts | 0 Stories | 192 Comments | 0 Trackbacks

News

Twitter







Archives

Post Categories

Image Galleries

MVC

ASP.NET MVC
Thanks to everyone who attended my session at Philly Code Camp 2011.1. It was a very fun and interactive session for me, and I hope it was an informative and helpful session for you as well. I apologize for the delay in getting the presentation materials uploaded since I was busy catching up with work from last week this morning. The Database backup file (.bak) included in the zip file will have to be restored on your SQL Server. Please let me know if anything doesn't run (or) compile or you are ......

Thank you to everyone who attended my Retrofit WebForms with ASP.NET MVC session at NoVa Code 2010.2. It was a fun event for me and I hope you had a great time and learned something from it. I wish I had more time to go over some more important topics in more detail. I *promise* I will be writing blog post series about it since I'll have some vacation time during the December holidays to cover some topics that I didn't get to cover in detail. Please note that the ".bak" file included in the zip file ......

Thanks to all those who attended my session Retrofit WebForms with ASP.NET MVC at the Richmond Code Camp 2010.2. To be honest, it was my very first time speaking at a big event like this and I was quite nervous during it. I realized after the demo that I went through the topics quite faster than I should. Nonetheless, I hope my session was helpful and you learned something from it. Thank you all for asking very good questions so I can improve my presentation for next time. Please let me know if you ......

The ASP.NET MVC integration with the jQuery Validation Plugin does not work the way how I want it to with the Validation Summary Errors.

I want to display the actual errors messages in the Validation Summary "control" and asterisks next to the User Input Fields (textboxes and dropdowns). This is a blog post on how to tweak the MicrosoftMVCJQueryValidation.js file to achieve the desired behavior.


Exports Reporting Services Reports to various output formats (Excel, PDF, Word, etc) by calling the Web Service from an ASP.NET MVC Web Application using WCF "Add Service Reference".


When we were working with ASP.NET MVC 2, we needed to write our own JavaScript to get Client-Side Validation Summary with jQuery Validation plugin. I am one of those unfortunate people still stuck with .NET Framework Runtime 2.0 and .NET Framework 3.5; meaning I am still on ASP.NET MVC 2. So I will still keep on supporting by answering any question you may have with my original code. Long awaited ASP.NET MVC 3 has been released, and it supports Client Side Validation Summary with jQuery out-of-the-box ......