Geeks with Blogs
HomeAbout
  • Missing an item template in Visual Studio 2005? Try this...
    NOTE: This is not in reference to Web Templates. In VS2005 Web Projects are created through a different menu item. If you here because you cannot find the…
    Eric Hammersley · 2005-11-08
  • ASP.NET DataGrid Template Columns with Image Button - Master Details View - Part II
    This article is in continuation with which discusses about having Image Buttons within template columns in ASP.NET DataGrid. If you have come to this…
    Harish Ranganathan · 2005-11-08
  • SharpZipLib, minor tweak to samples allows opening of ZIP files in Windows XP SP2
    The free C# ZIP library (http://www.icsharpcode.net/OpenSource/SharpZipLib/Download.aspx) is great for reading and creating ZIP files. However, I came…
    Liam Westley · 2005-11-08
  • ASP.NET DataGrid Template Columns with Image Button - Master Details View - Part I
    ASP.NET Datagrid is one of the most sought after Server Controls in ASP.NET for displaying tabluar Data. While it can be as simple as just providing the…
    Harish Ranganathan · 2005-11-07
  • Uninstalling SQL Server 2005 CTP.....fun!
    Uninstalling SQL Server 2005 CTP.....fun! Tried to install SQL Server 2005 and Visual Studio 2005...thought it would be easy....it wasn't!
    Matt Roberts · 2005-11-06
  • Calling __doPostBack in javascript
    Update: There is an existing .Net Framework method Page.GetPostBackEventReference that emits client-side script that initiates postback and also provides…
    Michael Freidgeim · 2005-11-04
  • VSTF install and Error 28905
    Today I decided that I was going to attempt an install of the Team Foundation server beta 3 refresh. I decided, as always. to start with a fresh VPC image…
    Paul · 2005-11-02
  • How to determine whether a file is a .NET Assembly or not?
    There are some scenarios where need to check programmatically if the given file is a .NET assembly or not. How do we do that? One way is to use reflection…
    Rupreet Singh Gujral · 2005-11-02
  • PHPMyAdmin - Client does not support authentication protocol requested by server; consider upgrading MySQL client
    This seems to be quite a common error for many people installing PhpMyAdmin for the first time. The phpmyadmin (pma) docs mention it - basically stating…
    Tim Huffam · 2005-10-31
  • The XPS file format
    This is Microsoft’s new electronic paper format, an alternative to the PDF format. Office 2007 supports 'Save As' to both of these formats via Add-ins,…
    Kit Ong · 2005-10-31
  • Random Notes on Halloween
    - Wow, looking at my editors site, there he is holding one of my latest books. Wow! Nice to see it on paper ... can't wait to get my copy!!!! :) I have…
    Bill Evjen · 2005-10-31
  • How to validate SA Identity Numbers
    \[South African Specific\] SAIDValidator is an ASP.NET webservice to validate South African Person ID numbers. It provides validation of a person ID by…
    Willem Fourie · 2005-10-30
  • Auto-refreshing ASP.NET web pages
    This means: forcing a page postback or redirect from a client browser without explicit user input. Why would you want to do that? The main reasons are:
    Willem Fourie · 2005-10-30
  • Hyperlink Columns in GridView Control
    The code below creates a GridView control that have a hyperlink column which sends the ID to other page: Here is the simple code which you can use:…
    Mohammad Azam · 2005-10-30
  • Electric Shocks from my laptop
    Often, when I take my laptop somewhere, it starts stinging me when I place my wrists on the speaker grill, this is the normal position when typing.
    Robert Kloosterhuis · 2005-10-28
  • Support Forms and Windows authentication on the same ASP.NET Application.
    It is quite common request to support both Forms and Windows authentication on the same Web Application. The best solution that I found is described by…
    Michael Freidgeim · 2005-10-27
  • Writing a virtual audio driver
    New Page 1 { Not invented here } Unless I scribble this down somewhere, I will forget. So let me dump my memory . .
    Sreejith S · 2005-10-26
  • asp:BoundField DataFormatString problem
    A new oddity seems to have cropped up after moving our projects from asp v2.0 b2 to asp v2.0 rc1... My gridview's have boundfield's with the…
    Eric Newton · 2005-10-26
  • Connection String generation Visual Studio macro
    Speaking of usefull macros, this is one I've used for a a few years and thought might be usefull. It calls the ADODB Data Link Properties dialog (shown…
    John Conwell · 2005-10-26
  • Visual Studio 2005 Reference Types for multiple build configurations and multiple assembly locations
    Question \------ Currently we use two different methods to define references between managed components, namely project references and .NET references to…
    Murray Gordon · 2005-10-25
← Prev1…196197198…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.