Tutorial search
Tutorials
Stuff
Affiliates
Photoshop Templates
Featured Photoshop templates - professional ready to use designs for your next project.
View all templates
Connecting to a SQL database from ASP .NET I - ASP.NET tutorial

Category: ASP.NET tutorials - Difficulty: 

Connecting to a SQL database from ASP .NET I tutorial description
| Added on | 05.02.2008 |
| Total clicks | 32 |
| Tutorial Rating | 0 |
| Tutorial Difficulty | 0 |
Connecting to a SQL database from ASP .NET I
More cool ASP.NET tutorials:

This tutorial uses DataReaders to read the data from a Microsoft Access Database in Visual Studio .Net 2003. ASP.NET web application is used in this tutorial so at the end you will have a web page that derives its data from an Access database.
Category: ASP.NET tutorials - Difficulty: 


This article begins with an examination of a typical data-driven ASP application and then explains how to do a minimalistic port from ASP to ASP.NET and steps and tips on converting your application fully to ASP.NET. Topics covered: Running ASP and Microsoft ASP.NET on the same Web server, Examining a common ASP application, and Porting the ASP application to ASP.NET.
Category: ASP.NET tutorials - Difficulty: 


Need to create a wrapper for ActiveX and use it in ASP.NET? The advantage is these wrappers don't require registration of ActiveX on server. Just copy it, allowing for easy deployment on remote servers. Even run ActiveX on shared hosting.
Category: ASP.NET tutorials - Difficulty: 


Working with micorsoft word images programmatically was never so easy. Now with the availability of Aspose.Words .Net component, it has become much easier to manipulate
the images in a Word DOC document.
the images in a Word DOC document.
Category: ASP.NET tutorials - Difficulty: 


Recently, I had a requirement to put together a website that deals with taking somewhat elaborate financial surveys. While the questions and answers themselves are good candidates for being database driven, there were a large number of nuiances ranging from UI items, business rules, and calculations that just didn't fit into a database driven strategy. With this in mind, my initial strategy was to create version specific classes and reference them in version specific ASP.NET pages. Of course, this accomplished the initial requirement. However, whenever a new version needs to be implemented, I had to copy all of the ASP.NET pages and modify the references to the appropriate version specific class name. Refactoring provides a better alternative and here's how:
Category: ASP.NET tutorials - Difficulty: 


