Hits Today: 1 Total: 2276 | Updated: 4/18/2002 | |
 | One of the most common problems with writing Web applications is letting your code know the context in which it's being executed... Author: Susan Warren Code: ASP.NET v1.0 & VB |
Hits Today: 1 Total: 2334 | Updated: 11/22/2003 | |
 | Learn how to create a database storage layer for the DotNetKB ASP.NET solution using SQL Server 2000 and Visual Studio .NET 2003. Along the way, security issues regarding SQL Server, IIS, and ASP.NET will also be covered. Author: Mike Amundsen Code: ASP.NET v1.1 & VB |
Hits Today: 1 Total: 1968 | Updated: 6/24/2003 | |
 | This step-by-step article demonstrates how to store application-wide data through the Application, Cache, and AppSettings objects. Application-wide data is data that is available to the entire Web application.
Author: microsoft.com Code: ASP.NET v1.0 & C# | |  | |
Hits Today: 1 Total: 355 | Updated: 7/16/2007 | |
 | This article explains the methods of binding Asp.Net GridView control with simple DataSet or DataTable, and also explains the methods like Insert, Edit, Update and Delete function in the GridView. Author: AspdotnetCodes Code: ASP.NET v2.0 & C# |
Hits Today: 1 Total: 68 | Updated: 12/31/2007 | |
 | This article explains the concept of integrating Asp.Net Validation Controls with the GridView control dynamically(at run-time). This article also contains sample source code and application. Author: AspdotnetCodes Code: ASP.NET v2.0 & C# |
Hits Today: 1 Total: 2595 | Updated: 3/21/2001 | |
 | It turns out that ASP.NET’s XML based configuration system provides a pretty easy and powerful way to do this. It supports both a "custom XML schema" option as well as a simple way to store key/value pairs. Author: Scott Guthrie Code: ASP.NET Beta 1 & VB |
Hits Today: 1 Total: 1031 | Updated: 6/27/2006 | |
 | This article provides a comparison between the different technologies available to .NET developers to handle local and distributed transactions: ADO.NET, COM+, Services Without Components, Enterprise Services, and the new System.Transactions namespace. Author: Marco Bellinaso Code: ASP.NET v2.0 & C# | |  | |
Hits Today: 1 Total: 21 | Updated: 3/11/2008 | |
 | Transferring data from one source to another is a common practice in software development. This operation is preformed in many different scenarios which includes migration of the old system to the new system. Author: AzamSharp Code: ASP.NET v1.1 & VB |
|