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

Submitting Web Form data from one ASP.NET page to another - ASP.NET tutorial


This article discusses different options you as a developer have in ASP.NET to send data from one ASP.NET page to another. Since you cannot use ASP.NET Web Controls (System.Web.UI.WebControls) in such a scenario (which only allow posting back of data to the same page), this article discusses other ways like using HttpContext object.
Category: ASP.NET tutorials - Difficulty:


More cool ASP.NET tutorials:



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:
How to determine what server is given web site running on using ASP.NET?
How to determine what server is given web site running on using ASP.NET?
This comprehensive tutorial will walk you step-by-step to create a single ASP.NET page by which you'll be able to retrieve the server name of any given web site. Explains all the code in detail. Very useful.
Category: ASP.NET tutorials - Difficulty:
Using a Java class in .Net
Using a Java class in .Net
Import your Java class into .Net projects in only few steps!
Category: ASP.NET tutorials - Difficulty:
Basics of using DataGrid
Basics of using DataGrid
This tutorial introduces you to the DataGrid control. It tells you about the BoundColumn and shows an example of how to use it.
Category: ASP.NET tutorials - Difficulty:
Submitting Web Form data from one ASP.NET page to another
Submitting Web Form data from one ASP.NET page to another
This article discusses different options you as a developer have in ASP.NET to send data from one ASP.NET page to another. Since you cannot use ASP.NET Web Controls (System.Web.UI.WebControls) in such a scenario (which only allow posting back of data to the same page), this article discusses other ways like using HttpContext object.
Category: ASP.NET tutorials - Difficulty: