Tutorial search

Tutorials
Stuff
Affiliates

Photoshop Templates


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

View all templates

How to Save an Image in a SQL Server Database - ASP.NET tutorial


Most of the web applications have a lot of images used in it. These images are usually stored in a web server folder and they are accessed by giving the relative path to the file with respect to the root folder of the website. .Net being the platform for distributed application now, ASP.Net can be used to store images that are small to be stored in a database like SQL Server 2000 and later versions.
Category: ASP.NET tutorials - Difficulty:

More cool ASP.NET tutorials:



Sending e-mail with attachments from an ASP.NET page.
Sending e-mail with attachments from an ASP.NET page.
This article describes how to send emails with attachments using System.Web.Mail namespace from an ASP.NET page. Full source code available for download.
Category: ASP.NET tutorials - Difficulty:
Professional ASP.NET : Exposing Web Services
Professional ASP.NET : Exposing Web Services
This is the complete online chapter 'Exposing Web Services' from 'Professional ASP.NET' by Wrox Press. The chapter provides in depth information about creating and consuming Web Services using ASP.NET.
Category: ASP.NET tutorials - Difficulty:
Creating a Website Statistics Application – How to Track Unique Users and Page Views?
Creating a Website Statistics Application – How to Track Unique Users and Page Views?
In this tutorial we will learn how to develop a website tracker using ASP.NET 2.0 (C#) that will allow us to track unique users and page views on a daily, monthly and yearly basis.
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:
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: