Best Tutorials website
Latest tutorials

Advertisment

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...


Views: 515 | Rating star | by Jason
ASP.NET - .NET

Encrypt Passwords Using MD5

Encrypt Passwords Using MD5

This code demonstrates how to use an MD5 hash to encrypt user passwords when storing them in a database. There are constantly news items about...


Views: 562 | Rating star | by Slicer
ASP.NET - .NET

Displaying XML to DataGrid

Displaying XML to DataGrid

In this source code we will look at how to read an XML data source and how to put it on our ASP.NET page. For this example you can use a sample XML...


Views: 569 | Rating star | by Simon
ASP.NET - .NET

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...


Views: 588 | Rating star | by Ben
ASP.NET - .NET

Writing binary files using BinaryWriter

Writing binary files using BinaryWriter

In this source code we will look at anyother new focus on ASP.NET. We could write binay files using BinaryWriter class. Let's see it on a...


Views: 563 | Rating star | by David
ASP.NET - .NET

Optimizing Your Asp.Net Pages for Faster Loading and Better Performance.

Optimizing Your Asp.Net Pages for Faster Loading and Better Performance.

If you read the internet and all of the websites dedicated to Asp.Net you will inevitably read about the wonders of the DataGrid, DataList, and...


Views: 577 | Rating star | by John
ASP.NET - .NET

ASP.NET - Emailing Form Content

ASP.NET - Emailing Form Content

I want to show you how it is possible to email form content to yourself or another person using the asp.net postback feature and a little creativity


Views: 560 | Rating star | by Brad
ASP.NET - .NET

ASP.NET Developers and Search Engine Optimization (SEO)

ASP.NET Developers and Search Engine Optimization (SEO)

If you're developing for the Web then you should familiarize yourself with some Search Engine Optimization or SEO concepts. The idea here is...


Views: 531 | Rating star | by Daniel
ASP.NET - .NET

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...


Views: 0 | Rating star | by Marry
ASP.NET - .NET

add links to a gridview to send parameters to another page

add links to a gridview to send parameters to another page

ever wondered how to add link to a grid view to take you to another page with full details of the selected record ? here is very cool tutorial


Views: 579 | Rating star | by Mathew
ASP.NET - .NET

Enterprise Library : Using Logging Application Block

Enterprise Library : Using Logging Application Block

Enterprise Library : Using Logging Application Block


Views: 575 | Rating star | by Colin
ASP.NET - .NET

Enterprise Library : Using Caching Application Block

Enterprise Library : Using Caching Application Block

Enterprise Library : Using Caching Application Block


Views: 549 | Rating star | by Jason
ASP.NET - .NET

Creating a simple email form content using Asp.net - OWES

Creating a simple email form content using Asp.net - OWES

The article is about how to use asp.net postback feature for creating email form content.


Views: 571 | Rating star | by Nick
ASP.NET - .NET

Enter Key in ASP.NET - Complete Research

Enter Key in ASP.NET - Complete Research

A complete research of using an Enter key in ASP.NET, submitting a form or how to get specific button 'clicked' when visitor hits an...


Views: 549 | Rating star | by Simon
ASP.NET - .NET

Full C# Tutorial that Anyone can Edit

Full C# Tutorial that Anyone can Edit

A full C# tutorial that anyone can edit. This tutorial is for everyone beginners and experts alike. This is not your everyday tutorial you find on...


Views: 0 | Rating star | by Mark
ASP.NET - .NET

Creating a Login/Password Script

Creating a Login/Password Script

A simple tutorial on creating a login/password script using ASP.NET and Microsoft Access Database.


Views: 582 | Rating star | by Mark
ASP.NET - .NET

ASP.NET 2.0 Absolute beginners

ASP.NET 2.0 Absolute beginners

The basics of setting up a .net web application. When I first moved from classic asp to asp.net it took me a while to get to grips with the...


Views: 565 | Rating star | by Slicer
ASP.NET - .NET

Using AJAX in your ASP.NET web applications

Using AJAX in your ASP.NET web applications

A simple demonstration of how to use the ASP.NET AJAX framework in your ASP.NET web pages. What we want to achieve here is some sort of interaction...


Views: 596 | Rating star | by Stephen
ASP.NET - .NET

Perform Web Load testing using Visual Studio

Perform Web Load testing using Visual Studio

Tutorial : Perform Web Load testing using Visual Studio


Views: 596 | Rating star | by Sean
ASP.NET - .NET

Developing a state machine workflow

Developing a state machine workflow

Tutorial : Developing a state machine workflow


Views: 584 | Rating star | by Daniel
ASP.NET - .NET