- 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.
- 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 least I think, real-time protection. The pro…
- 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 response stream. I didn't know the descrip…
- Free Online Training...If there is anyone out there that reads this, I have a opportunity for you.
- 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 equivalent '=='. Even though im a big VB fan I must…
- 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 simple scenarios. Or in other words, it's easy …
- 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 mysterious knowledge.
- 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 months as he was working on a client project,…
- DataTable.DataTableReader exampleDataTableReader 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 from Honduras, Peru, Germany, Lithouania, Ru…
- Visual Studio 2005 takes *forever* to load a projectI don't know if anyone else has experienced this, but it is getting pretty annoying.
- 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...
- 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 information: Some or all identity reference…
- 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 as utilities, etc... which are used by a s…
- Microsoft Business Process Aliance> SAN DIEGO — Feb. 26, 2007 — At the Gartner Business Process Management Summit, Microsoft Corp. today announced the formation of the Microsoft Business Process Alliance (BPA), which extends the be…
- C# code to get generic list of dates between starting and ending dateThis code snippet will return a generic list of DateTime containing the dates between a starting date and ending date:
- Estimation Techniques : Function Point Analysis (FPA)You can't control what you can't measure.
