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

Generating Random Number Using RND Function And Randomize Statement - ASP.NET tutorial


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:


More cool ASP.NET tutorials:



Site Map and Bread Crumbs for your website
Site Map and Bread Crumbs for your website
Using ASP.NET 2.0 it is very easy to create a site map of your website. One of the things you can do with a site map is build a bread crumb navigation style, which we will cover in this tutorial.
Category: ASP.NET tutorials - Difficulty:
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:
A Simple Contact Form
A Simple Contact Form
This is a very basic contact form which can be used for any kind of website. Web form contains name, email, subject and message inputs. When visitor ckicks send button, script send all informatiom from contact form. .
Category: ASP.NET tutorials - Difficulty:
2 Ways of Displaying Data from an SQL Server Database using ADO.NET.
2 Ways of Displaying Data from an SQL Server Database using ADO.NET.
A step-by-step tutorial which explains 2 ways of displaying data from an SQL Server database using ADO.NET in an ASP.NET page. Every step has been explained in detail. Online demo and source code available for download.
Category: ASP.NET tutorials - Difficulty:
Sending Mass E-Mails ( Newsletter ) using ASP.NET.
Sending Mass E-Mails ( Newsletter ) using ASP.NET.
This is part II of a series of articles in which we'll learn how to send mass e-mails ( both text and HTML ) to a list of subscribers using ASP.NET. We'll also learn what are validation controls and how they can help us validate user input.
Category: ASP.NET tutorials - Difficulty: