- Getting the filename from a path string - System.IO.Path to the rescueI was looking for something simple to get the file name for the selected file of an OpenFileDialog in C# today. Of course you can parse the string looking…
- Resolving the "Sys is undefined" error in ASP.NET AJAX RTM under IIS 7A plea out to all those who are using ASP.NET AJAX with sites on IIS7, either under Vista or Longhorn Server: I've been battling a strange issue with…
- How to use your Zune as a portable hard driveI was getting irritated this morning with some of the limitations of my Zune device and came across this great blog. I found it very helpful for moving…
- Dynamically Loaded Control can not maintain values at PostBack?I was trying to create and page with Asp.NET 2.0 and Ajax 1.0. I was using a placeholder control to dynamically load a user control based on the user…
- MsMpEng.exe is the nugget draining my CPU...It has been a few months since I installed Windows Live OneCare and results are mixed. For the most part it runs quietly in the background providing, at…
- Invoking Web Service dynamically using HttpWebRequestYesterday I needed to implement (quickly) a mechanism of dynamic invocation of a web service. I called a Web Service using HttpWebRequest and gathered the…
- Free Online Training...If there is anyone out there that reads this, I have a opportunity for you. I want to offer you free access to four courses of your choice from our…
- The ‘=’ operator vs. Equals() in VB.NetAs I was reading yet another chapter in Code Complete Second Edition by Steve McConnell I started to think about the VB operator '=' versus the C…
- Overriding default SystemColors in WPFAfter working with WPF for a while I must say that it is wonderful platform for building complex user interfaces but sometimes it falls short in very…
- Preview Handlers for Outlook 2007/VistaI love the previewers in Outlook 2007. I just wish there were some for the file types I need to preview. Whaddya know? There are...
- Creating generic type object dynamically using reflectionI had a problem some time ago. I needed to create generic type object dynamically. I couldn't find how to do it. Now, when I know, I can share the…
- Failed to access IIS metabase problemPossible Cause:- When you install IIS AFTER.NET 2.0 framework, the rights of the ASPNET user had not been set correctly.
- SubText Conversion for Geekswithblogs.net is back in progressDru\SellersDru Sellers, one of our faithful bloggers, is working for AJI Software on the conversion to SubText again. We had to pull him away for a few…
- DataTable.DataTableReader examplepublic string \LogString\ViaDataReader { get { string x = ""; try { DataTableReader reader = \dsMarkit\log.MARKIT\LOG.CreateDataReader();
- DotNetNuke : MaintainScrollPositionOnPostback property can not be set without an html formIn ASP.NET 2.0 there is a simple new property in the System.Web.UI.Page object called 'MaintainScrollPositionOnPostback'.
- My three minutes with Bill GatesI am very impressed with everything about the MVP summit. Never in my life have I been in attendance at an event with so much diversity. I've met people…
- Visual Studio 2005 takes *forever* to load a projectI don't know if anyone else has experienced this, but it is getting pretty annoying. I have a VS2005 project that is version controlled with VSS. When I…
- SQL Developer Dont's (Part 2) - The Correct Way to GROUP BYSUMMARY: Never use fields in the GROUP BY that aren't part of the grouping. Read on... I don't know how many times I have seen the following SQL, but it's…
- Stupid MOSS 2007 Error, 2 DaysI have spent TWO(2) DAYS on this stupid error: An exception of type System.Security.Principal.IdentityNotMappedException was thrown. Additional exception…
- WPF: Inheriting from custom class instead of WindowIn ASP.NET, we learned that it is often interesting to inherit from another class than from System.Web.UI.Page. This allows to define common methods, such…
