- 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…
- ASP.NET DataGrid Template Columns with Image Button - Master Details View - Part IIThis article is in continuation with which discusses about having Image Buttons within template columns in ASP.NET DataGrid. If you have come to this…
- SharpZipLib, minor tweak to samples allows opening of ZIP files in Windows XP SP2The free C# ZIP library (http://www.icsharpcode.net/OpenSource/SharpZipLib/Download.aspx) is great for reading and creating ZIP files. However, I came…
- ASP.NET DataGrid Template Columns with Image Button - Master Details View - Part IASP.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…
- 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!
- Calling __doPostBack in javascriptUpdate: There is an existing .Net Framework method Page.GetPostBackEventReference that emits client-side script that initiates postback and also provides…
- VSTF install and Error 28905Today 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…
- 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…
- PHPMyAdmin - Client does not support authentication protocol requested by server; consider upgrading MySQL clientThis seems to be quite a common error for many people installing PhpMyAdmin for the first time. The phpmyadmin (pma) docs mention it - basically stating…
- The XPS file formatThis 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,…
- 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…
- 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…
- Auto-refreshing ASP.NET web pagesThis 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:
- Hyperlink Columns in GridView ControlThe 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:…
- Electric Shocks from my laptopOften, 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.
- 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…
- Writing a virtual audio driverNew Page 1 { Not invented here } Unless I scribble this down somewhere, I will forget. So let me dump my memory . .
- asp:BoundField DataFormatString problemA 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…
- Connection String generation Visual Studio macroSpeaking 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…
- Visual Studio 2005 Reference Types for multiple build configurations and multiple assembly locationsQuestion \------ Currently we use two different methods to define references between managed components, namely project references and .NET references to…
