Posts
All the articles I've posted.
Rock And Roll Code Camp Presentation
Published: at 08:00 PMCode Camp Presentation at LA's Rock and Roll Code Camp. Lots of nuts and bolts about using ObjectDataSoruce including a real life example using the enterprise data block.
Moderator Role Given by ASP.NET Forums
Published: at 08:00 PMFor the second time this year, first by awarded an MVP for ASP.NET, and now the community assigned to maintaining the integrity and consistency for the asp.net forums has invited me to join them. For those of you that don't know what moderators do, basically, as I understand it, there job is keep the forums running smoothly. It involves a lot of moving posts to correct forums, approving posts of new members,and of course trying to keep things civil whenever possible.
MVP Award From Microsoft for ASP.NET 2.0
Published: at 08:00 PMI was surprised and happy to receive notification of being awarded the MVP for ASP.NET 2.0. During the past 18 months, I've spent a lot of time both learning the technology as well as being involved in the community that it supports.
My Vista Ultimate Upgrade Experience Series - Multiple Monitors and MaxVista
Published: at 08:00 PM<p>After going to many Microsoft shows and meetings and seeing all the cool new features in Vista, I finally decide to take the plunge. This plunge started around December 15th, and with all new technologies, the transition has been bumpy for me. My friend Richard Hundhausen who blogs at <a href="http://blog.hundhausen.com/">http://blog.hundhausen.com/</a> suggested I blog my experience for everyone's benefit so here we go.</p>
Have GridView Highlight Last Inserted Record in ASP.NET 2.0
Published: at 08:00 PMA question that frequently comes up in the asp.net forums is how to have a gridview show the the last record added highlighted. This articles gives a technique for doing this. It only works with SqlServer but could could be modified for other databases.