Home

Submit

Source

Feeds

Home » ASP.NET » Web Forms ::

ASP.NET Web Forms
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.
Related Tutorials
ASP.NET Getting Started
Your first ASP.NET Page.
ASP.NET / Getting Started
ASP.NET is an exceptionally remarkable technology for building web applications. We begin exploring ASP.NET pages with this first article. In this article we'll learn : * From where to download ASP.NET premium edition? * The installation process. * Developing your first ASP.NET page. * Running and testing your ASP.NET page.

Site: www.stardeveloper.com Report - View Tutorial

ASP.NET XML Web Services
Integrating ASP.NET XML Web Services with Classic ASP Applications
ASP.NET / XML Web Services
This article examines how to can create a Web service in .NET and then utilize it from a classic ASP page on your Web server, thereby providing an API that can be utilized by both your ASP.NET Web pages and classic ASP pages.

Site: www.4guysfromrolla.com Report - View Tutorial

ASP.NET Getting Started
ASP.NET: An Introduction
ASP.NET / Getting Started
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. In this article, John talks about the fundamentals of ASP.NET and some of its powerful features such as web services, the MSDN library and several learning resources.ASP.NET allows you to use a full featured programming language such as C# (pronounced C-Sharp) or VB.NET to build web applications easily.

Site: www.devarticles.com Report - View Tutorial

ASP.NET .NET and Databases
Connect to Access Database in Visual Studio .NET
ASP.NET / .NET and Databases
This tutorial uses DataReaders to read the data from a Microsoft Access Database in Visual Studio .Net 2003. ASP.NET web application is used in this tutorial so at the end you will have a web page that derives its data from an Access database.

Site: www.geekpedia.com Report - View Tutorial

ASP.NET General Development
Visual Basic .NET Developer's Guide to ASP.NET, XML and ADO.NET : Page Framework
ASP.NET / General Development
Sample chapter from "Visual Basic .NET Developer's Guide to ASP.NET, XML and ADO.NET" on ASP.NET controls, code-behind, Page object, web controls, HTML controls and Page object reference.

Site: www.stardeveloper.com Report - View Tutorial

ASP.NET Site Navigation
Convert data to another charset/codepage in vb net
ASP.NET / Site Navigation
Sometimes you will need to export some data from an ASP page and use another charset than the encoding you have specified in Web.config.

Site: www.motobit.com Report - View Tutorial

ASP.NET Configuration
Configurations
ASP.NET / Configuration
This tutorial introduces the method in which ASP.NET manages configuration information. It gives a taste of how ASP.NET configuration works. We'll see details about ASP.NET configuration in later tutorials. ASP.NET is a feature-rich system for developing and deploying Web sites. The features we'll see in more detail as we examine ASP.NET further include some the following: *session state *caching content to help optimize your Web site's responses *tracing requests *mapping specific file extensions to custom handlers *authenticating users.

Site: www.brainbell.com Report - View Tutorial

ASP.NET Migrating to ASP.NET
A Practical Comparison of ADO and ADO.NET
ASP.NET / Migrating to ASP.NET
Since "classic" ASP's humble beginnings, ADO data access classes and methods have been re-written to form ADO.NET. This article looks at the differences (in terms of classes, methods, and calling conventions) that exist between ADO and ADO.NET. It provides several practical examples that show us how to evolve from using ADO with ASP to using ADO.NET with C# and ASP.NET.

Site: www.devarticles.com Report - View Tutorial

ASP.NET Getting Started
Getting Started With ASP.NET
ASP.NET / Getting Started
A Sample Chapter from "Beginning ASP.NET using VB.NET". Topics covered include: Static Web Pages Dynamic Web Pages; An overview of the different technologies for creating dynamic web pages, including ASP.NET; Installing Internet Information Services (IIS); Installing the .NET Framework; and Testing and Troubleshooting your installation.

Site: www.devasp.net Report - View Tutorial

ASP.NET General Development
The ASP.NET Page Life Cycle
ASP.NET / General Development
This article describes the life cycle of an ASP.NET page from initialization to unloading. Also shows the various methods to override ASP.NET server-side events. Source code available for download.

Site: www.15seconds.com Report - View Tutorial

ASP.NET XML Web Services
Displaying XML Data in an ASP.NET page : Binding DataGrid to an XML File
ASP.NET / XML Web Services
The .net framework provides the Dataset object which is designed to handle data abstractly independent of the data source. The DataSet can handle data from variety of sources like SQL, XML etc. In this article we'll show you how to bind a data grid control to data in an XML file using the DataSet class.

Site: stardeveloper.com Report - View Tutorial

ASP.NET Emailing
Sending e-mail with attachments from an ASP.NET page.
ASP.NET / Emailing
This article describes how to send emails with attachments using System.Web.Mail namespace from an ASP.NET page.

Site: stardeveloper.com Report - View Tutorial

ASP.NET Emailing
ASP.NET - Emailing Form Content
ASP.NET / Emailing
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.

Site: www.webdevshed.com Report - View Tutorial

ASP.NET General Development
ASP.NET 2.0 Script CallBack (Ajax like)
ASP.NET / General Development
Learn about the new ASP.NET 2.0 feature which allows you to do CallBack (similar to PostBack) on a form without reloading the page. This technique similar to Ajax uses the ICallbackEventHandler interface.

Site: www.geekpedia.com Report - View Tutorial

ASP.NET Getting Started
Introduction to Microsoft's .NET Platform
ASP.NET / Getting Started
This article briefly describes Microsoft.NET, ASP.NET, C#, VS.NET, VB.NET, ADO.NET, XML Web Services, VISUAL J#.

Site: www.asp101.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement