| PRB: "View State Is Invalid" Error Message When You Use Server.Transfer (Q316920) |
| http://www.kbalertz.com/ |
| When you use HttpServerUtility.Transfer(" |
|
| PRB: Cannot Maintain ViewState on Mobile Controls That You Create Dynamically (Q309088) |
| http://www.kbalertz.com/ |
| When you dynamically create mobile controls, the control may not render after you post back to the server. |
|
| PRB: Controls Focus is Lost After AutoPostBack |
| http://www.kbalertz.com/ |
| When you press the TAB key on an ASP.NET Web Server control, the Web page is posted back to the Web server. After the operation is complete, the focus is not set to any control. You expect the focus to be set to the next control. |
|
| PRB: DataColumn.Caption Property Does Not Set Column Headers of DataGrid Web Server Control as Expected |
| http://www.kbalertz.com/ |
| (316261) - If you use the DataColumn.Caption property to set the display text for column headers of a DataGrid Web server control, the column headers may not be set to the text that you specify. |
|
| PRB: DataGrid Control Does Not Display Correctly in .aspx Page |
| http://www.kbalertz.com/ |
| (313156) - When you view an .aspx page that contains a DataGrid control, the data grid may not appear. Alternately, only the header of the data grid may appear, but the data grid may not contain any data. |
|
| PRB: DataGrid Is Empty When You Bind DataGrid to a DataSet That Is Returned from a Web Service (Q317427) |
| http://www.kbalertz.com/ |
| The |
|
| PRB: Error in SQL Server 7.0 When You Call Command.Prepare Before You Add Parameters Using Visual Basic .NET |
| http://www.kbalertz.com/ |
| (310368) - When you create a parameterized command against Microsoft SQL Server 7.0, if you call the Prepare method before you add parameters to the command, you receive the following error message: An unhandled exception of type... |
|
| PRB: Error Occurs When You Use ADO.NET OLEDbDataAdapter to Modify Excel Workbook |
| Microsoft Support |
| (316756) - When you try to add, to update, or to delete records in an Excel workbook that uses the OLEDbDataAdapter with ADO.NET, you receive one of the following error messages: When you add a record: Syntax error in INSERT INTO statement. When you update a... |
|
| PRB: InterOp Interfaces Must Match Vtable Layout for Early Binding to Work (Q327116) |
| http://www.kbalertz.com/ |
| SYMPTOMS When you call a COM method through InterOp, you may receive the following error message: An unhandled exception of type System.Exception occurred in ApplicationName.exe Additional information: Object reference not set to an instance of an |
|
| PRB: InvalidCastException When You Bind DateTimePicker That Contains a Null Value (Q313513) |
| http://www.kbalertz.com/ |
| When you bind a |
|
| PRB: ItemData Property Does Not Exist for ListBox and ComboBox Controls (Q311340) |
| Microsoft Support |
| You may notice the following symptoms: When you upgrade a Microsoft Visual Basic 6.0 project to Visual Basic .NET, the data that is listed in the Properties window for the ItemData property is discarded. In Visual Basic 6.0, you |
|
| PRB: Server Controls Persist Their State When EnableViewState Is Set to False (Q316813) |
| http://www.kbalertz.com/ |
| The following server controls persist their information across requests even when the control ViewState (the |
|
| PRB: Size of the Output Parameter Is Ignored When You Use an OLE DB Managed Provider (Q318681) |
| http://www.kbalertz.com/ |
| If you use an OLE DB managed provider, the OLE DB managed provider ignores the |
|
| PRB: The ToolBar Control Is Re-Created When You Set the Properties of the Button on the ToolBar at Runtime |
| http://www.kbalertz.com/ |
| (820641) - You add a button to the ToolBar control on a Microsoft Windows form, and then you set the Style property of the button to DropDownButton . If you set any of the following properties of the button on the ToolBar at runtime, the ToolBar control is... |
|
| Preparing Your ASP.NET Site for Crawling |
| DotNetJunkies |
| In this article we'll explore a handful of things you can do to your web site to make it crawler-friendly. With a few simple steps your site can take full advantage of the Microsoft Search service that comes with Sharepoint Portal Server or Site Server 3.0. You can also be prepared for the large search engines. |
|
| Printing a Ruler using C# and GDI+ |
| C# Corner |
| If you misplaced your ruler, here's an application that will create one for you on your printer! Unfortunately, you'll still need a ruler the first time using it so that you can calibrate the measurement for your particular printer, but once you know the calibration value, you are all set with a fairly accurate ruler. |
|
| Printing with the System.Drawing.Printing Namespace |
| GotDotNet |
| GotDotNet's introduction to printing using Windows Forms and the System.Drawing.Printing namespace. |
|
| Processing A .aspx File From Console Window, Without Using IIS |
| C# Help |
| In this article you will learn how to execute an ASPX file from a console application. |
|
| Processing global Mouse and Keyboard Hooks in c# |
| The Code Project |
| This class allows you to tap keyboard and mouse and / or to detect their activity even when an application runes in background or does not have any user interface at all. |
|
| Programmatically Managing Windows Services & Device Drivers with C# |
| C#Today |
| An impressive feature of the .NET framework is the support and management features that .NET offers for Windows Services. The .NET framework provides an extensive set of class libraries for managing Windows Services, which go beyond the Services MMC snapin in Windows 2000 and allow us to manage low level device drivers programmatically, or start and stop multiple services at the same time. In this article, Jim Joy walks us through the anatomy of a windows service and build a Service Device Manager, a Win32 application giving us the ability to manage the services and lowlevel device drivers that are running on your Windows machine. |
|
| Promote Code Sharing in ASP.NET Through Inheritance and Containment |
| DotNetJunkies |
| Code sharing is in the mind of most programmers. Fred explains the benefits of code sharing - not only is duplicated code avoided, but more importantly, maintainability is increased. |
|
| Providing Custom Layout Engines for Windows Forms |
| MSDN |
| Windows Forms contains all the methods and events needed to provide rich custom layout. What it lacks, however, is an extensible framework for writing custom reusable layout engines, as well as a set of stock layout components that provide the most common types of layout. |
|
| Publish And Subscribe |
| The Code Project |
| This tutorial will introduce the concepts of publishing and subscribing data over a network using the C# programming language and will hopefully provide not only an understanding of how publish and subscribe applications work but should provide the reader with the tools needed to develop a publish and subscribe style application of their own. |
|
| Publishing Crystal Report as a Web Service |
| The Code Project |
| A code walk to expose a Crystal Report as a Web Service |
|
| QASharp V1.1 [Query Analyzer like tool for MSDE database] |
| The Code Project |
| This project is meant to provide a tool similar to query analyzer which can be used to execute queries, create tables and all other common database activities. |
|