| HOW TO: Roll Back Updates After an Error When You Use DataAdapter and DataSet in ADO.NET and Visual C# .NET |
| http://www.kbalertz.com/ |
| (316024) - This article describes how to roll back updates after an error when you use a DataAdapter and a DataSet object. If your client application uses an ADO.NET DataSet object to store changes that are made to data or to add new records, you can use a... |
|
| HOW TO: Update Parent-Child Data with an Identity Column from a Windows Forms Application by Using a Web Service in Visual C# .NET (Q320301) |
| http://www.kbalertz.com/ |
| This step-by-step article describes how to retrieve a DataSet object from a Web service, how to send DiffGram updates to the Web service, and then how to merge the updated DiffGram back into the client DataSet. This process involves the following... |
|
| HOW TO: Update Server Data Through a Web Service by Using ADO.NET and Visual J# .NET |
| http://www.kbalertz.com/ |
| (320634) - This step-by-step article demonstrates how to use an Web service to receive and to update data from a database by using a DataSet object. This article also demonstrates how to reference the Web service in a client application and how to display the... |
|
| HOW TO: Update Server Data Through a Web Service by Using ADO.NET and Visual J# .NET |
| Microsoft Support |
| (320634) - This step-by-step article demonstrates how to use an Web service to receive and to update data from a database by using a DataSet object. This article also demonstrates how to reference the Web service in a client application and how to display the... |
|
| HOW TO: Use Base Classes to Reduce Code Forking with Managed Providers in Visual C# .NET |
| http://www.kbalertz.com/ |
| (313304) - Use this step-by-step guide to learn 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 on). If you choose the... |
|
| HOW TO: Use XML in Connected and Disconnected ADO.NET Applications (Q307224) |
| Microsoft Support |
| 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 result and then use the XmlReader class to iterate through the rows of XML data. Disconnected ADO.NET applications can use a DataSet object to pass data in XML format between the different tiers in a distributed system. |
|
| Icon Extractor in VB.NET |
| The Code Project |
| An Icon Extractor coded in VB.NET |
|
| Image Batch Resizer |
| The Code Project |
| A simple utility to quickly resize images |
|
| Implementing dialog box in ASP .NET based web application |
| DotNetJunkies |
| The standard WinForm DataGrid control that is included with the .NET Framework does not inheritantly expose a method for printing its contents. Undoubtedly, there are several third party vendors that offer DataGrid components which include such support. However, this article will demonstrate that with relatively little code you can implement basic print functionality in a WinForm DataGrid. |
|
| Implementing Paging with with the LinkButton Server Control |
| DotNetJunkies |
| This article presents a way to implement paging by using LinkButton controls. With their use, ASP.NET automatically uses the ASP.NET JavaScript function __doPostBack for the anchor tags, causing a POST event for the entire form, thus enabling the Framework to maintain the state of the page when it is processed and sent back to the client. |
|
| Important Features of .Net |
| The Code Project |
| List of Important features of .Net |
|
| INFO: ASP.NET Data Binding Overview |
| http://www.kbalertz.com/ |
| (307860) - This article provides an introduction to ASP.NET data binding. For additional ASP.NET overviews, see the following Microsoft Knowledge Base article: 305140 INFO: ASP.NET Roadmap 305140 INFO: ASP.NET Roadmap |
|
| INFO: Firing the Windows Forms CurrencyManager Events in Visual Basic .NET |
| Microsoft Support |
| (311543) - The CurrencyManager object allows you to synchronize bound controls as a user browses through rows in a table. For example, CurrencyManager allows you to display the correct FirstName and LastName properties in separate, bound TextBox controls as a... |
|
| INFO: Firing the Windows Forms CurrencyManager Events in Visual Basic .NET |
| http://www.kbalertz.com/ |
| (311543) - The CurrencyManager object allows you to synchronize bound controls as a user browses through rows in a table. For example, CurrencyManager allows you to display the correct FirstName and LastName properties in separate, bound TextBox controls as a... |
|
| INFO: Roadmap for Web Forms Data Binding |
| http://www.kbalertz.com/ |
| (313481) - This article provides a roadmap to learn and master data binding using ASP.NET Web Forms. To assist you with learning a Microsoft product or technology, roadmap articles provide links to useful information, including online documentation, Microsoft... |
|
| INFO: Roadmap for Windows Forms Data Binding |
| http://www.kbalertz.com/ |
| (313482) - This article provides a roadmap to learn and to master data binding in Windows Forms applications. Roadmap articles provide links to useful information, including online documentation, Microsoft Knowledge Base articles, and Microsoft white papers, to... |
|
| INFO: Roadmap for Windows Forms Data Binding |
| Microsoft Support |
| (313482) - This article provides a roadmap to learn and to master data binding in Windows Forms applications. Roadmap articles provide links to useful information, including online documentation, Microsoft Knowledge Base articles, and Microsoft white papers, to... |
|
| Information Bridge 1.5 Walkthrough - Part 1 |
| The Code Project |
| An introduction to Microsoft Information Bridge 1.5 |
|
| Intercepting ENTER and ESC keys in custom, drop-down UITypeEditors. |
| The Code Project |
| This article and the accompanying source code shows you how to intercept the ENTER and ESC keys in your own UITypeEditor implementation. |
|
| Internal Site Search Engine |
| The Code Project |
| Site Search Engine searches an entire page for matching keyword(s) or a phrase and will count how many times the keyword(s) or phrase are found on the page, and displays the results with the highest matches first. |
|
| Internet programming primer (general overview and history of ASP.NET) |
| The Code Project |
| A general overview of Internet technologies including what the Internet actually is, what HTML and XML are, using Web forms, CGI/MIME, IIS ISAPI, ASP and creating HTML based front ends to databases via ODBC32, OLE DB, ADO and ASP.NET |
|
| Invalidating an ASP.NET Web Application Cache Item from SQL Server (Part 1 – A simple example) |
| DotNetJunkies |
| The DotNetJunkies are often asked, “How can I invalidate a cache item in my ASP.NET Web application when a change is made in my database?” In this article Donny demonstrates one way to accomplish this using triggers, a console application, and dependency files. |
|
| List of the undocumented bugs that are fixed in the .NET Framework 1.1 Service Pack 1 |
| http://www.kbalertz.com/ |
| (888528) - Discusses the bugs that are fixed in the .NET Framework 1.1 SP1 and that are not documented elsewhere. |
|
| Live MSDN Architecture Webcasts |
| MSDN |
| Join top experts discussing a wide range of key architectural topics in live, interactive webcasts. Air your questions in the live Q&A sessions. |
|
| Loading .NET Server Controls…Client Side? |
| DotNetJunkies |
| Donny explains an easy way to load .NET server controls from the client for display purposes only with IFRAMES. |
|