ASP.NET
  Home arrow ASP.NET arrow Page 2 - ASP.NET Supports Web Services
ASP Free Forums 
.NET  
ASP  
ASP Code  
ASP.NET  
ASP.NET Code  
BrainDump  
C#  
Code Examples  
Database  
Database Code  
IIS  
Microsoft Access  
MS SQL Server  
Visual Basic.NET  
Windows Scripting  
Windows Security  
XML  
ASP Web Hosting  
ASP.NET Web Hosting 
Dedicated Servers 
Actuate Whitepapers 
Moblin 
Windows Web Hosting
 
IBM® developerWorks 
Sun Developer Network 
Weekly Newsletter
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
ASP.NET

ASP.NET Supports Web Services
By: Dwight Peltzer
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 3 stars3 stars3 stars3 stars3 stars / 11
    2004-04-26

    Table of Contents:
  • ASP.NET Supports Web Services
  • Getting Started
  • Examining the Code-behind feature
  • Examining the ASP.NET Page Class Process
  • Describing an ASP.NET Page’s Life Cycle

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
    ADVERTISEMENT

    Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here

    ASP.NET Supports Web Services - Getting Started


    (Page 2 of 5 )

    It is easy to write ASP.NET pages, in either Notepad.exe, or the newly released Visual Studio.NET. Notepad is free and provides an alternative to Visual Studio. Let’s use Notepad and write our first valid ASP.NET page.


    <html>
    <head>
    <titleMy first valid ASP.NET web page</title>
    </head>
    <body>
    <p>HelloASP.NET Web Services developer! </p>
    </body>
    </html>

    Save this file with an .aspx extension in an IIS virtual directory you have previously created on your local drive. Then type “http://localhost/ASP.NETTest/ASP.NETHello.aspx.” Assuming your Web server is properly installed, you should see the following results in your Internet Explorer browser:

    Hello. ASP.NET Web Services developer

    This page may not be very exciting, but you now have a perfectly valid ASP.NET page.

    .NET Framework’s Architectural Structure

    NET is component- based and contains a large collection of abstract interfaces and classes. They provide the supporting structure for creating reusable components, designed especially for rendering elements on a web form. ASP.NET, the Internet segment, is one of five primary components included in the Framework in addition to the CLR, CTS, CLS, and ADO.NET.

    One of the innovative features in ASP.NET supports running controls on the server side rather than on the client. This results in improved performance by allowing the developer to control server-side controls programmatically. Additionally, your Microsoft Intermediate Language (MSIL) code is compiled rather than interpreted as was the case with classic ASP pages. This improves performance substantially.

    The framework supports Web services through namespaces hosting classes such as System.UI.Web Controls. The classes in System.Web.UI are grouped as a hierarchical tree beginning with the Control class. This is the parent class from which all other controls are inherited. They include buttons, text boxes, and drop-down lists.

    More ASP.NET Articles
    More By Dwight Peltzer


     

    ASP.NET ARTICLES

    - Enhancing PHP Via the ASP.NET AJAX Framework...
    - Enhancing PHP Programming with the ASP.NET A...
    - Classes and ASP.NET AJAX
    - Using ASP.NET AJAX
    - Building a Simple Storefront with LINQ
    - Developing a Dice Game Using ASP.NET Futures...
    - Completing an ASP.NET AJAX Server-Centric Ba...
    - Information Management for an ASP.NET AJAX S...
    - Comment and Order Management for an ASP.NET ...
    - Back-end Management Tasks for an ASP.NET AJA...
    - User Information Management for an ASP.NET A...
    - Adding Comments and Search to an ASP.NET AJA...
    - Order-Related Modules for an ASP.NET AJAX Se...
    - User and Role Management for an ASP.NET AJAX...
    - Programming an ASP.NET AJAX Server-Centric B...





    © 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway