| Basic Content Management System with ASP.NET and MS Access |
| The Code Project |
| A very basic web-based content management system using ASP.NET and MS Access |
|
| 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: Error in SQL Server 7.0 When You Call Command.Prepare Before You Add Parameters (Q310368) |
| Microsoft Support |
| 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 'System.Data.SqlClient.SqlException' occurred in system.data.dll. Additional information: System error. " |
|
| 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. |
|
| BetterCalendar WebControl |
| The Code Project |
| A replacement for the System.Web.UI.WebControls.Calendar control. |
|
| Black-Scholes Option Pricing |
| The Code Project |
| Web ready Black-Scholes Option Pricing Program |
|
| BookStock v2- Samples to Show Simple OleDb.NET Connectivity |
| Master C# |
| The bookstock example I had previously created for .NET SDK beta1 consisted of 3 samples to show how to perform basic ADO.NET connectivity with a Ms Access 2000 Database and how to Add, View , Edit , Delete records from it. It also demonstrates how to DataBind Textboxes to a DataSet object. |
|
| Browser Sniffing in ASP.NET |
| DotNetJunkies |
| Sniffing browser capabilities is nothing new to an experienced web developer. Over time many different approaches have come around...using InStr() to see if a particular value, such as MSIE was in the HTTP_User_Agent value of the Request.ServerVariables collection, or using the Browser Capabilities component in ASP 3.0 to compare against. In ASP.NET you get the HttpBrowserCapabilities class, a new and improved Browser Capabilities component. |
|
| Browser Sniffing in ASP.NET |
| DotNetJunkies |
| Sniffing browser capabilities is nothing new to an experienced web developer.
Over time many different approaches have come around...using <SPAN class="CodeInText">InStr()</SPAN>
to see if a particular value, such as MSIE was in the HTTP_User_Agent value
of the Request.ServerVariables collection, or using the Browser Capabilities
component in ASP 3.0 to compare against. In ASP.NET you get the <I>HttpBrowserCapabilities</I>
class, a new and improved Browser Capabilities component. |
|
| 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: Expired Authentication Cookie Increases QueryString Size in Visual Basic .NET |
| http://www.kbalertz.com/ |
| You may notice that QueryString property values are lost or truncated under the following circumstances: You use Mobile Forms Authentication. -and- The Mobile Forms Authentication cookie expires. -and- You log on back to a Microsoft Mobile Internet... |
|
| BUG: Expired Authentication Cookie Increases QueryString Size in Visual C# .NET |
| http://www.kbalertz.com/ |
| You may notice that QueryString property values are lost or truncated under the following circumstances: |
|
| 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: IWAM Account Is Not Granted the Impersonate Privilege for ASP.NET 1.1 on a Windows 2000 Domain Controller with SP4 |
| Microsoft Support |
| (824308) - When you install ASP.NET 1.1 on a computer running on a Windows 2000 Server domain controller with Service Pack 4 (SP4) installed, the IWAM account is not granted impersonate user rights for ASP.NET 1.1. When you request an ASP.NET 1.1 page, you may... |
|
| BUG: IWAM Account Is Not Granted the Impersonate Privilege for ASP.NET 1.1 on a Windows 2000 Domain Controller with SP4 |
| http://www.kbalertz.com/ |
| (824308) - When you install ASP.NET 1.1 on a computer running on a Windows 2000 Server domain controller with Service Pack 4 (SP4) installed, the IWAM account is not granted impersonate user rights for ASP.NET 1.1. When you request an ASP.NET 1.1 page, you may... |
|
| 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 first enabled Button control receives the RaisePostBack event when the ENTER key is pressed |
| http://www.kbalertz.com/ |
| (813822) - Describes a problem where the first enabled Button control receives the RaisePostBack event unexpectedly on the server side when the ENTER key is pressed on the client side. |
|
| 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... |
|