VisualBuilder
  Home > Aspnet > Tutorials > Asp.Net - ASP.NET Tutorial
Tell a friend
Link to us
Total Members
      Members: 84661
     
Sitemap Forum Chat
Home
ASP.NET Tutorial Home
1 . Introduction
2 . Static and Dynamic Web sites
3 . Dynamic Web sites
4 . What is ASP
5 . How ASP Works
6 . What is ASP.NET
7 . What is a Framework?
8 . ASP.NET Versions
9 . The .NET Framework architecture
10 . Important Terminologies
11 . Why Use ASP.NET
12 . Setting up ASP.NET
13 . Installation of .NET Framework 2.0
14 . Installing the Software Development Kit (SDK)
15 . Configuring IIS for ASP.NET 2.0
16 . Developing your First ASP.NET Page
17 . Understanding the ASP.NET Code
18 . Next Steps
19 . Asp.Net
20 . DataList
21 . Validation Controls
22 . ExecuteNonQuery
23 . ADO.NET
24 . Using Parameters with Queries
25 . EXECUTE SCALER: Retrieving Single Database Record
26 . Improving Database Performance Using Stored Procedure
27 . Example for XML Handling Using ASP. Net.
28 . CACHING IN ASP.NET APPLICATION
29 . GridView Control
30 . Master-Detail Relationship: Using DATALIST and REPEATER Control
31 . Data Binding – WebControls [REPEATER CONTROL]
32 . Session Management in Asp.Net
 
Aspnet Group Home
Aspnet Discussion (10)
Aspnet Members (2382)
Aspnet Resources
Aspnet Source Code (388)
Aspnet Articles (1)
Aspnet Blogs
Aspnet Jobs
Aspnet Components (201)
Aspnet Books
Aspnet Websites (21)
Aspnet News (105)
Aspnet Q & A (114)
- Aspnet Ask Question
- Aspnet Questions
- Aspnet Unanswered Questions
 
GROUPS
.NET
ASP.NET
.NET
C#
ASP
Visual Basic
Java
Java
JSP
EJB
Other
Delphi
C++
Ajax
UML
JavaScript
PHP
Web Design
Web Hosting
SQL Server
Oracle
Project Management
More Groups

 
LEARNING CENTER
TUTORIALS
.NET
.NET Tutorial
ASP Tutorial
ASP.NET Database Tutorial
ASP.NET Development Tips
ASP.Net Security,Internationalisation And Deployment
ASP.NET Server Controls Tips
ASP.NET Tutorial
C Sharp Tutorial
Web Development
Flex Tutorial
HTML Tutorial
Learn AJAX Tutorial
PHP Tutorial
Software Development
Database Tutorial
SQL Tutorial
UML Tutorial
Java
Ant Tutorial
EJB 3 Tutorial
Hibernate Tutorial
Java Tutorial
Java Web Component Tutorial
Java XML Tutorial
JDBC Tutorial
JDK1.5 Tutorial
JSF Tutorial
JSP And J2EE Design Tutorial
JSP Tutorial
Spring Tutorial
Struts Tutorial

RESOURCES
Q & A (434 )
Source Code (3275 )
Articles (11 )
Components (1595 )
News (888 )
Websites (1207 )

SUBMISSIONS
Submit Article
Submit Website
Submit News
Submit Source Code
Submit Component

COMMUNITY
Members Directory
Discussion Forum
Chat

SITE
About Us
Sitemap
Search
Contact Us
Link To Us
Feedback
Tell a Friend
Partners
Advertise

Aspnet Tutorial
 Asp.Net
  << Prev: Next Steps Next: DataList >>

Asp.Net is a technology used to build server side interactive, dynamic web pages.The Asp.net is a framework built on the Common Language Runtime(CLR).


 


Standard Namespaces


 



  1. System - Contains all the base classes eg Random number, Date and Time.

  2. System.Collection - Contains classes such as Hash Table, Array Lists.

  3. System.Configuration - Contains classes for working with Configuration files.

  4. System.Text - Contains classes for Encoding, Decordig, manipulating Strings.

  5. System.Web - Contains classes to work with www, server response and browser request.

  6. System.Web.Caching - Contains classes for caching web pages, User controls and Data caching.

  7. System.Web.Security - To Implement authentication and authorization.

  8. System.Web.SessionState - Contain classes for implementation session state.

  9. System.Web.UI - Basic classes in building the user interface of Asp.Net pages.

  10. System.Web.UI.HTMLControls - Contains the Classes for the HTML Controls.

  11. System.Web.UI.WebControls - Contains the Classes for the Web Controls.


 


Controls in Asp.Net :


 


1. Standard HTML Controls - All the html form controls are the standard control in the ASP.net for example:-


<input name="username" type="text" size="30">


 


2. Asp.Net HTML Controls :-The Asp.net controls are the controls which can run on server. The standard controls can be converted to smart Asp.net specific control by adding two attributes i.e "id" and "runat="server". For example:-


<input name="username" type="text" size="30" id ="control1" runat="server">


 


3. Web Controls - The Web controls are divided into five different groups.



  1. Basic Web Controls - Button, Checkboxes, CheckBoxList, DropDownList etc.

  2. Validation Web Controls - CompareValidator, CustomValidator, RangeValidator, RegularExpressionValidator, RequiredFieldValidator, Validation Summary

  3. Data Controls - DataGrid , DataList, Repeater,

  4. Rich Web Controls

  5. Mobile Controls


Benefits of Asp.Net Controls:


 


The folllowing are the benefits of Asp.net.



  1. An Intuitive Object Model

  2. View State : The Difference b/w the simple HTML control and Asp.Net Control is that the Asp.Net control retains the values that are put into it after the post to the server.

  3. This will provide cleanly separation b/w the design content of the page from the logic part.

  4. Enable you to maintain browser compatibility and still support browse features such as JavaScript.


 


  << Prev: Next Steps Next: DataList >>
Aspnet Tutorial Home
Give feedback and win a prize.

 
   Printer Friendly
   Email to a friend
   Add to my Favourites    
  Download PDF version
   Report Bad Submissions
   Submit Feedback
 
  Delicious   Digg   Technorati   Blink   Furl   Reddit   Newsvine   Google Click each image to add
this page to each site.
 
 
Welcome Guest Signup
MEMBER'S PANEL
EMAIL
PASSWORD
Forgot your password?
New User? Click Here!
 
Resend Activation Email!
 
SEARCH
 
 
LINKS
MSN
Video Surveillance
Skype vs. sipcall

 
ADVERTISEMENT
Partner List
Code Project
ASP Alliance
More
 
 
 
 

Home | Login | About Us | Contact Us | Privacy Policy | Advertising