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

Cross-Page Posting Example - ASP.NET tutorial


So many years ago, while studying with ASP 3.0, it was very difficult to receive form pasting from another ASP page even it used to do with ASP.NET 1.x. But .NET 2.0 comes with some new feature line Cross-Page Posting. So what's cross-page posting: clients can post values from one page to another and another ASP.NET page can easily take response.
Category: ASP.NET tutorials - Difficulty:


More cool ASP.NET tutorials:



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:
Quick .Net File Download Security
Quick .Net File Download Security
In this article we will discuss providing a programmable method of securing files on for your ASP.Net applications. This code could come in handy where you have an application hosted on an ISP and you do not have access to a folder outside of your Web directory structure, and you are not able to change permissions on folder in the Web. This method does not require storing your file in a binary field in your database, thus reducing cost of having to buy database storage from your ISP, and with no impact on the network traffic between the database and web servers.
Category: ASP.NET tutorials - Difficulty:
Create an RSS feed using ASP.NET 2.0
Create an RSS feed using ASP.NET 2.0
This tutorial will show you how to create a dynamic XML RSS 2.0 feed using ASP.NET 2.0 (C#). The headlines will be retrieved from a SQL database.
Category: ASP.NET tutorials - Difficulty:
Your first ASP.NET Page.
Your first ASP.NET Page.
This article describes all the steps required to run your first ASP.NET page from downloading and installing ASP.NET Premium edition to developing and running your first ASP.NET page.
Category: ASP.NET tutorials - Difficulty:
ASP.NET: An Introduction
ASP.NET: An Introduction
ASP.NET is not just the next version of ASP: it's the next era of web development. ASP.NET allows us to use a fully featured programming language (such as C# or VB.NET) to build web applications easily. This article talks about the fundamentals of ASP.NET and some of its powerful features such as web services, the MSDN library and several learning resources.
Category: ASP.NET tutorials - Difficulty: