Tutorial search

Tutorials
Stuff
Affiliates

Photoshop Templates


Featured Photoshop templates - professional ready to use designs for your next project.

View all templates

The simple but so annoying apostrophe sql problem - ASP.NET tutorial


The apostrophe is a well known sql database problem, I have been avoiding the use of apostrophe for a while, and with no reason, because it can be handled so easy, with a simple line of code.
Category: ASP.NET tutorials - Difficulty:

More cool ASP.NET tutorials:



Design Patterns in C# and VB.NET - Gang of Four (GOF)
Design Patterns in C# and VB.NET - Gang of Four (GOF)
Design patterns are recurring solutions to software design problems you find again and again in real-world application development. Patterns are about design and interaction of objects, as well as providing a communication platform concerning elegant, reusable solutions to commonly encountered programming challenges.
Category: ASP.NET tutorials - Difficulty:
Connect to MySQL from ASP.NET
Connect to MySQL from ASP.NET
Tutorial explaining how to connect to MySQL from ASP.NET.
Category: ASP.NET tutorials - Difficulty:
"Includelets" in ASP.NET
This tutorial describes how to use Classic ASP page layout include files in your ASP.NET pages. Full source code provided.
Category: ASP.NET tutorials - Difficulty:
Managing and Deploying Web Applications
Managing and Deploying Web Applications
This tutorial covers:
Recognize ways the Visual Studio project models affect deployment; Build a Web setup utility

Category: ASP.NET tutorials - Difficulty:
Submitting Web Form data from one ASP.NET page to another
Submitting Web Form data from one ASP.NET page to another
This article discusses different options you as a developer have in ASP.NET to send data from one ASP.NET page to another. Since you cannot use ASP.NET Web Controls (System.Web.UI.WebControls) in such a scenario (which only allow posting back of data to the same page), this article discusses other ways like using HttpContext object.
Category: ASP.NET tutorials - Difficulty: