ADBRITE ads links
You are here: CodeIdol.com > Asp > ASP.NET 2.0 in 24 Hours > Hour9.Web Form Basics
ASP.NET 2.0 in 24 Hours
| Hour 9. Web Form Basics
In this hour, we will cover
How user input is gathered through HTMLWhat a Web Form isUsing a Web Form in an ASP.NET web pageIdentifying properties of Web FormsCollecting user input in an ASP.NET web pageExamining how the...
|
|
| Gathering User Input in an HTML Web Page
Imagine that we wanted to create a web page that calculated a user's Body Mass Index, or BMI.
By the Way
The Body Mass Index, or BMI, is a ratio of a person's height to weight. BMI is commonly used as a...
|
|
| Dissecting ASP.NET Web Forms
In an ASP.NET page, collecting user input is much simpler than the techniques discussed in the preceding section. To collect user input, the ASP.NET web page must contain a Web Form. A Web Form is a Web control that ha...
|
|
| Summary
In this hour we examined how user input can be collected in an ASP.NET web page. We started by examining the HTML elements needed to collect user input, which include a number of <input> elements for each text box, check box, radio b...
|
|
| Q&A
Q1:Sometimes when I refresh my browser on a web page with a form, I receive the message "This page cannot be refreshed without resending the form information" or "The page contains POSTDATA. Do you want to refresh?" What does this mean?
...
|
|
| Workshop
Quiz
1.What are the germane differences between a form with its method attribute set to GET versus a form with its method attribute set to POST?
2.Imagine that you saw the following querystring:
SomePage.aspx?SSN=123-45-6789&age=...
|
|
You are here: CodeIdol.com > Asp > ASP.NET 2.0 in 24 Hours > Hour9.Web Form Basics
|
|
Related tags
Popular Categories
Unix books and guides
AJAX popular information
C# language guides
Windows books and cookbooks
.......
|
|