As I've mentioned in my previous blog post, this was my first time attending the Summit and yes it was a blast! Aside from the interesting session contents and cool stuffs presented at the summit, I was able to finally meet fellow MVPs from Germany, Australia, Switzerland, Canada, USA, Spain, Belgium, Japan, China, Singapore,Indonesia, India, UK and Philippines. We had a lot of great conversations and of course had a lot of fun spending time with them. I was also able to interact with the MVP Leads, ......
Just released my second open-source control in CodePlex. You can check and download the controls here: http://proudmonkeysitenav.c... Abstract: Navigation trails a.k.a "BreadCrumbs" provide links to allow users to keep track of their locations within your application. These give idea to users on where they are at in their application. The idea behind this control is to add simple navigation trails into your website by not worrying about QueryString handling in the URL. Also this control ......
This question was asked from the forums.asp.net and thought I’d blog about it for future reference. The question is “how do we set ReadOnly for autogenerated columns in gridview when it’s on edit mode?”. Well as you may know autogenerated columns are created dynamically on the fly and so we need to manually access each columns in the code before we can set their properties. To make it more clear we’ll create a simple demonstration. Consider that we have this HTML mark-up below: <asp:GridView ID="GridView1" ......
Vishal Ranjan invited me to have a short interview about myself. The details of the interview was featured in his blog here: Interview with Vincent Maverick Durano Technorati Tags: Community,General,Asp.NET ......