151) 11/19/2008 306023 HOW TO: Transfer Data to an Excel Workbook by Using Visual C# .NET
(306023) - This step-by-step article describes several methods for transferring data to Excel 2002 from a Visual C# .NET program. This article also presents the advantages and disadvantages of each method so that you can select the solution that works best for... 152) 11/28/2008 305271 HOW TO: Perform Paging with the DataGrid Windows Control by Using Visual Basic .NET
(305271) - The DataGrid Web control has built-in Automatic or Custom Paging functionalities; however, the DataGrid Windows control lacks these features. This article demonstrates how to build a simple paging mechanism for the DataGrid Windows control. The code... 153) 11/2/2008 325685 HOW TO: Implement a DataSet GROUP BY Helper Class in Visual Basic .NET
(325685) - This step-by-step article describes how to implement and how to use a DataSetHelper class that includes sample code to create a DataTable object that contains aggregate data (including optional rollup totals similar to the Microsoft SQL Server WITH... 154) 11/29/2008 311731 HOW TO: Query and Display Excel Data by Using ASP.NET, ADO.NET, and Visual Basic .NET
(311731) - This step-by-step article demonstrates how to display data from an Excel spreadsheet through an ASP.NET (.aspx) page by using Visual Basic .NET. Create Sample Excel Worksheet Start Microsoft Excel, and create a new worksheet. Add the following... 155) 11/29/2008 305346 HOW TO: Copy DataRows Between DataTables by Using Visual Basic .NET
(305346) - This article demonstrates how to copy specific DataRow objects from one table to another by using the ImportRow method of the DataTable class. back to the top How to Copy DataRows Between DataTables Before you use the ImportRow method, you must ensure... 156) 12/1/2008 308043 HOW TO: Obtain Underlying Provider Errors by Using ADO.NET in Visual Basic .NET
(308043) - Managed providers can raise several exceptions. To obtain more detailed information about the cause, you need access to provider-specific error information. This article dicusses how to obtain the underlying provider errors when using ADO.NET in... 157) 11/26/2008 308045 HOW TO: Use the ADO SHAPE Command with a DataReader in Visual Basic .NET
(308045) - This article describes the ActiveX Data Objects (ADO) SHAPE command syntax that produces hierarchical recordsets and explains how to traverse hierarchical recordsets. Sample code is also provided. You can use hierarchical recordsets as an alternative... 158) 11/21/2008 308046 HOW TO: Use Base Classes to Reduce Code Forking with Managed Providers in Visual Basic .NET
(308046) - This article explains how to use base classes to reduce code forking with managed providers. Description of the Technique ADO.NET has different types of data providers (for example, SqlClient, OleDb, ODBC, and so forth). If you choose the wrong .NET... 159) 11/29/2008 308049 HOW TO: Call a Parameterized Stored Procedure by Using ADO.NET and Visual Basic .NET
(308049) - There are several ways to use ADO.NET to call a stored procedure and to get back return values and return parameters, including: Use a DataSet object to gather the returned rows and to work with these rows in addition to the return values and the... 160) 11/29/2008 307224 HOW TO: Use XML in Connected and Disconnected ADO.NET Applications
(307224) - Extensible Markup Language (XML) is a fundamental part of ADO.NET and Web services. This article demonstrates how to use XML in connected and disconnected ADO.NET applications. Connected ADO.NET applications can query SQL Server to return an XML... 161) 12/1/2008 306022 HOW TO: Transfer Data to an Excel Workbook by Using Visual Basic .NET
(306022) - This step-by-step article describes several methods for transferring data to Excel 2002 from a Visual Basic .NET program. This article also presents the advantages and disadvantages of each method so that you can select the solution that works best... 162) 10/27/2008 320633 HOW TO: Update a SQL Server Database by Using the SqlDataAdapter Object in Visual J# .NET
(320633) - This article contains Microsoft Visual J# .NET code samples that demonstrate how to use the SqlDataAdapter object to update a SQL Server database with data modifications that are run on a DataSet object that is populated with data from a table in the... 163) 11/12/2008 317044 HOW TO: Read and Write a File to and from a BLOB Column by Using Chunking in ADO.NET and Visual C++ .NET
(317044) - This step-by-step article describes how to use the Microsoft SQL Server READTEXT and UPDATETEXT statements to read and write data from BLOB (LongVarBinary) columns in a database table. Because of network constraints, sometimes you may need to retrieve... 164) 11/30/2008 316934 HOW TO: Use ADO.NET to Retrieve and Modify Records in an Excel Workbook With Visual Basic .NET
(316934) - This article discusses how you can use ADO.NET to retrieve data from a Microsoft Excel workbook, modify data in an existing workbook, or add data to a new workbook. To access Excel workbooks with ADO.NET, you can use the Jet OLE DB provider; this... 165) 11/5/2008 316247 HOW TO: Perform a Distributed Transaction with a .NET Provider by Using ServicedComponent in Visual C# .NET
(316247) - This step-by-step article demonstrates how to perform a distributed transaction by using a .NET provider with the ServicedComponent class. Although this article uses the SqlClient .NET provider against a Microsoft SQL Server server, you can also use...
1
.... 7
8
9
10
[ 11 ]
12
13
14
15
.... .... 36
37
Previous Page
Page 11 of 37
Next Page
|