Murach's ASP.NET 3.5 with VB 2008
How to work with server controls
This chapter builds on the basics you've learned so far to teach you more about working with common server controls like text boxes and drop-down lists. It also shows you how to work with other common server controls, like check boxes and radio buttons, as well as some advanced controls, like the file upload and image map controls.
|
|
|
|
Types of server controls |
202 |
|
The web server controls presented
in this chapter |
204 |
|
Two ways to handle control events |
206 |
|
How to use access keys with web
server controls |
208 |
|
How to set the focus on a web
server control |
208 |
|
How to set the default button
control |
208 |
|
|
How to work with buttons, link
buttons, and image buttons |
210 |
|
How to use the e argument of an
image button control |
212 |
|
How to use the Command event |
214 |
|
|
How to work with text boxes and
labels |
216 |
|
How to work with check boxes and
radio buttons |
218 |
|
Visual Basic code for working
with these controls |
220 |
|
|
Basic skills for working with
list boxes and drop-down lists |
222 |
|
Properties for working with list
boxes, drop-down lists, and list items |
224 |
|
Properties and methods for working
with list item collections |
226 |
|
How to use the ListItem Collection
Editor |
228 |
|
How to work with radio button
lists and check box lists |
230 |
|
How to work with bulleted lists
and numbered lists |
232 |
|
|
How to get the information you
need for using a control |
234 |
|
How to use the image control |
236 |
|
How to use the hyperlink control |
236 |
|
How to use the file upload control |
238 |
|
How to use the image map control |
240 |
|
How to use the calendar control |
242 |
|
 |
|
|
|
|
© Copyright 1998-2009 Mike
Murach & Associates, Inc. All rights reserved.
|