ASP.NET Basics

HTML Basics
ASP.NET Web Server
Advanced HTML
Application Designing
Using Visual Studio
ASP.NET Standards
ASP.NET Styling
ASP.NET Navigation

ASP.NET Tips

ASP.NET Validation
HTML forms
CSS Styling
CSS Advanced
ASP.NET Features
ASP.NET Image Effects
Common mistakes
DB Design tips

Building Applications

Design Secure Apps
Build Secure Apps

HTML Forms Tutorial

Start Lesson »

Today many web developers strive to increase user friendliness and increase the interactivity of the web site, so the users feel wanted. You can run a website using any language, either ASP.NET or PHP, but still the front-end also known as the interface which the user sees is the same. The method of sending and receiving data to a script on a website is accomplished with the use of HTML forms.

The fundamental idea behind the HTML form is the same as that of a paper form; it is used to get information, by presenting some related sections of a page where the user has to input information. In the next few chapters you will learn several ways in which you can create a form to get the user to enter information, like typing in, selecting it from a list or even by ticking boxes. HTML will handle the form lik a paper form through which you can use these information. In HTML forms there are single items as well as groups of items, all gathered together in one large form and then the HTML tells the browser where to return the information.

In the following HTML tutorial you will learn how to create HTML forms for use with server-side scripts and other uses.

Click on Start Lesson to continue learning.

Start Lesson »

More Related ASP.NET tutorials


HTML Tutorial

HTML Advanced tutorial

New Features
New Visual Studio 2005 features
Database Tips
Top Database design tips
Styling with CSS Master Pages Themes
Styling with CSS, Master Pages, Themes
Design Secure Application

Design Secure Application

HTML Tutorial

HTML Basics tutorial