Geeks with Blogs
HomeAbout
  • Getting the filename from a path string - System.IO.Path to the rescue
    I 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…
    Scott Lock · 2007-03-29
  • Resolving the "Sys is undefined" error in ASP.NET AJAX RTM under IIS 7
    A 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…
    Lorin Thwaits · 2007-03-28
  • How to use your Zune as a portable hard drive
    I 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…
    Murray Gordon · 2007-03-28
  • 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…
    Chris Han · 2007-03-27
  • 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…
    Coleman · 2007-03-26
  • Invoking Web Service dynamically using HttpWebRequest
    Yesterday I needed to implement (quickly) a mechanism of dynamic invocation of a web service. I called a Web Service using HttpWebRequest and gathered the…
    Marcin Celej · 2007-03-26
  • 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…
    Steve Loethen · 2007-03-26
  • The ‘=’ operator vs. Equals() in VB.Net
    As 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…
    Viktor Bergman · 2007-03-26
  • Overriding default SystemColors in WPF
    After 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…
    Szymon Kobalczyk · 2007-03-25
  • Preview Handlers for Outlook 2007/Vista
    I love the previewers in Outlook 2007. I just wish there were some for the file types I need to preview. Whaddya know? There are...
    Chris J. Breisch · 2007-03-24
  • Creating generic type object dynamically using reflection
    I 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…
    Marcin Celej · 2007-03-24
  • Failed to access IIS metabase problem
    Possible Cause:- When you install IIS AFTER.NET 2.0 framework, the rights of the ASPNET user had not been set correctly.
    Narendra Tiwari · 2007-03-23
  • SubText Conversion for Geekswithblogs.net is back in progress
    Dru\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…
    Jeff Julian · 2007-03-23
  • DataTable.DataTableReader example
    public string \LogString\ViaDataReader { get { string x = ""; try { DataTableReader reader = \dsMarkit\log.MARKIT\LOG.CreateDataReader();
    Rodney Vinyard · 2007-03-21
  • DotNetNuke : MaintainScrollPositionOnPostback property can not be set without an html form
    In ASP.NET 2.0 there is a simple new property in the System.Web.UI.Page object called 'MaintainScrollPositionOnPostback'.
    Gert Verhoeven · 2007-03-18
  • My three minutes with Bill Gates
    I 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…
    Lorin Thwaits · 2007-03-14
  • Visual Studio 2005 takes *forever* to load a project
    I 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…
    Brian Biales · 2007-03-14
  • SQL Developer Dont's (Part 2) - The Correct Way to GROUP BY
    SUMMARY: 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…
    Brian Sherwin · 2007-03-11
  • Stupid MOSS 2007 Error, 2 Days
    I have spent TWO(2) DAYS on this stupid error: An exception of type System.Security.Principal.IdentityNotMappedException was thrown. Additional exception…
    Ray Linder · 2007-03-10
  • WPF: Inheriting from custom class instead of Window
    In 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…
    Laurent Bugnion · 2007-03-02
← Prev1…174175176…227Next →
Geeks with Blogs

A community archive of developer blogs and technical articles, preserved at their original URLs.

Browse

HomeAboutArchive
© 2026 Geeks with Blogs. Posts by their original authors.