| ASP.NET Developer's Cookbook Chapter 3: Custom Controls |
| The Code Project |
| The most common techniques in building custom controls in ASP.NET. |
|
| Assemblies and Code Distribution |
| C# Corner |
|
|
| Assembly and Module - Part 2 |
| Master C# |
| ILDASM in short stands for IL (Microsoft Intermediate Language) Disassembler. This is a very powerful tool which makes use of Reflection internally to show the different classes and class members contained within a assembly or a module. |
|
| Avoid This Web Services Gotcha |
| Visual Studio Magazine |
| When they first use Web Services, many developers begin to think of innovative ways to use them in an asynchronous fashion. There is one big "gotcha," however, that most developers will hit the first time they try this. When using with Web Services, you have to realize that when code is executing in your callback, you are likely to be on a different thread than your user interface code. |
|
| Best Practices for Using DTS for Business Intelligence Solutions |
| MSDN |
| Discover the best practices for using Data Transformation Services (DTS) within the Data Warehousing Framework to capture and present data as Business Intelligence solutions. |
|
| BETA-PRB: Output Parameters Not Returned When You Run an ADO.NET Command in Visual Basic .NET (Q308051) |
| Microsoft Support |
| Output parameters do not appear to be initialized or return a wrong value when executing an ADO.NET command. |
|
| BUG: "Cannot Implicitly Convert Type 'System.Data.DataSet'" Error When Application is Built |
| Microsoft Support |
|
(815131) - You have a Web Service that has a Web Service method that returns an instance of a custom class. The class that is returned by the Web Service method implements the IXmlSerializable interface. If you use this Web Service in an application, you may...
|
|
| BUG: "Cannot Implicitly Convert Type 'System.Data.DataSet'" Error When Application is Built |
| Microsoft Support |
| (815131) - You have a Web Service that has a Web Service method that returns an instance of a custom class. The class that is returned by the Web Service method implements the IXmlSerializable interface. If you use this Web Service in an application, you may... |
|
| BUG: "Cannot Implicitly Convert Type 'System.Data.DataSet'" Error When Application is Built |
| http://www.kbalertz.com/ |
| (815131) - You have a Web Service that has a Web Service method that returns an instance of a custom class. The class that is returned by the Web Service method implements the IXmlSerializable interface. If you use this Web Service in an application, you may... |
|
| BUG: "Old Format or Invalid Type Library" Error When Automating Excel |
| http://www.kbalertz.com/ |
| (320369) - If you automate Microsoft Excel with Microsoft Visual Basic .NET, Microsoft Visual C# .NET, or Microsoft Visual C++, you may receive the following error when calling certain methods: Error: 0x80028018 (-2147647512) Description: Old Format or Invalid... |
|
| BUG: Ampersand Character in an Attribute Value Is Converted to an Entity When You Switch from Design View to HTML View |
| http://www.kbalertz.com/ |
| (821345) - You have ampersand character (&) in an attribute value of an ASP.NET server control. When you switch from HTML view to Design view in Microsoft Visual Studio .NET, the ampersand character is converted to an entity (&). When this problem occurs,... |
|
| BUG: Data Binding Expression in the Style Attribute Is Deleted When You Switch from Design View to Source View in HTML |
| http://www.kbalertz.com/ |
| (822320) - When you use a data binding expression to assign values to the style attribute of an ASP.NET server control, the style attribute is deleted when you switch from Design view to Source view. |
|
| BUG: Focus on a Control That Does Not Support the CausesValidation Property Suppresses Validation of Unvalidated Controls in the User Control |
| http://www.kbalertz.com/ |
| (814350) - The pending validation of the controls in a user control is suppressed if the following conditions are true: There are multiple controls in the user control. -and- In the user control, you move from a control with the CausesValidation property set to... |
|
| BUG: System.StackOverflowException Error When You Access the UnderlyingValue Property (Q316319) |
| http://www.kbalertz.com/ |
| When you try to access the |
|
| BUG: TextBox Controls with the AutoPostBack Property Set to True May Call the TextChanged Event Two Times |
| http://www.kbalertz.com/ |
| (828979) - A TextBox control and a Button control are on a Microsoft ASP.NET Web form and the AutoPostBack event of the TextBox is set to true . When you click the Button control after you type text in the TextBox control, the TextChanged event is triggered two... |
|
| BUG: The original data appears in the DataGrid control although you have removed the data from the DataSet object |
| http://www.kbalertz.com/ |
| (812919) - To make your data appear on a form, you bind a Microsoft Windows Forms DataGrid control to a DataTable object that is included in a DataSet object. After your data has appeared in the DataGrid control, you use the Tables.Clear method to remove the... |
|
| BUG: The original data appears in the DataGrid control although you have removed the data from the DataSet object |
| Microsoft Support |
| (812919) - To make your data appear on a form, you bind a Microsoft Windows Forms DataGrid control to a DataTable object that is included in a DataSet object. After your data has appeared in the DataGrid control, you use the Tables.Clear method to remove the... |
|
| BUG: The original data appears in the DataGrid control although you have removed the data from the DataSet object |
| Microsoft Support |
|
(812919) - To make your data appear on a form, you bind a Microsoft Windows Forms DataGrid control to a DataTable object that is included in a DataSet object. After your data has appeared in the DataGrid control, you use the Tables.Clear method to remove the...
|
|
| BUG: The Popup Event Does Not Raise for the Menu Item of the Context Menu Control That Is Associated with the Notify Icon |
| http://www.kbalertz.com/ |
| (814737) - When you right-click the Notify icon for a Microsoft .NET application, the Context Menu control associated with the Notify icon is displayed. If you point to the menu items, the submenu items are displayed. However, the menu items Popup event does not... |
|
| Building a CD Player Using VB.NET Part 2 |
| DotNetJunkies |
| In the first part of this article Steve showed how to use the Windows API function in VB.NET and to build a library of CD Audio methods. In part 2, Steve builds a CD player and shows how to build a button array that is attached to a group box. |
|
| Building a Custom Registration and Login Control |
| MSDN |
| Why wait for ASP.NET Whidbey to add Registration and Authentication controls? Build that functionality into ASP.NET 1.1 with this article. |
|
| Building a Directory Listing Application |
| DotNetJunkies |
| In this article, Ljubomir shows you how to allow the user the ability to specify a folder for use later in a program. He explains two ways of building a Directory Listing application that lists all folders from a specific drive and its subfolders. |
|
| Building a Redirector to Binary Files |
| DotNetJunkies |
| In this How-To Doug Seven shows you how to build a Web Form to handle redirects to binary files, such as MP3's or images, when the path information is stored in an Access database. |
|
| Building a Web Application Hit Counter |
| DotNetJunkies |
| In this tutorial Doug Seven shows you how to build a basic Web Application Hit Counter using Visual Basic .NET and SQL Server. The code is shown and available for download in Visual Basic .NET. |
|
| Building an N-Tier Application in .NET |
| MSDN |
| After reviewing the types of n-tier applications, you'll learn how to create a typed dataset that can return data from a Web service and consume a Web service from a Windows application. |
|