Tutorial search

Tutorials
Stuff
Affiliates

Cool Stuff




The fastest way to master the basics of Adobe Photoshop

Click here to find out how

Photoshop Templates


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

View all templates

Viewing/Adding/Editing/Removing Records from MySQL using ASP.NET DataGrid control - ASP.NET tutorial


A comprehensive tutorial on viewing, adding, editing and removing records from MySQL database using ASP.NET DataGrid control. Provides thorough coverage of ADO.NET data access techniques and user data input validation using ASP.NET validation controls.
Category: ASP.NET tutorials - Difficulty:


More cool ASP.NET tutorials:



Counting Records In ASP.NET
Counting Records In ASP.NET
The following source code displays count of all records in a database. We will use a data command to execute an SQL statement that will return with count of records. Source code written in Visual Basic.NET can easily modify to work in an application.
Category: ASP.NET tutorials - Difficulty:
Disable browser caching in ASP.NET
Disable browser caching in ASP.NET
Tutorial explaining how to disable browser caching in ASP.NET.
Category: ASP.NET tutorials - Difficulty:
Generating Random Number Using RND Function And Randomize Statement
Generating Random Number Using RND Function And Randomize Statement
We will use RDN function to generate a random number. Our first example generates a random number between 1 ~ 10.
Category: ASP.NET tutorials - Difficulty:
A Fast-Track Guide to ASP.NET
A Fast-Track Guide to ASP.NET
A Sample Chapter from Professional ASP.NET. Covers Installing .NET, Creating ASP.NET Applications in Visual Studio.NET, The difference between ASP.NET Different and ASP, Web forms, Server Control, Code and Content Separation, and more.
Category: ASP.NET tutorials - Difficulty:
How to use SCOPE_IDENTITY() in ASP.NET
How to use SCOPE_IDENTITY() in ASP.NET
In this code sample we will take a look at how to use SCOPE_IDENTITY() in ASP.NET. We use this function to get new ID of inserted record from SQL database.
Category: ASP.NET tutorials - Difficulty: