SEARCH
0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Prev | Current Page 262 | Next

Robin Pars, Laurence Moroney, and John Grieb

"Foundations of ASP.NET AJAX"

NET AJAX CONTROL TOOLKIT (PART 2) 188
Figure 8-11 shows a sample page containing two controls with the PopupControl
extender. The first control displays a Calendar control as a pop-up when the TextBox is
clicked. Clicking the second TextBox control displays a list of radio buttons.
Figure 8-11. An example of the PopupControl extender
The following segment is the code behind the second TextBox displayed in that sample
page shown in Figure 8-11. There is an empty TextBox control along with a Panel
control that contains a RadioButtonList control with a few options. There is also an
UpdatePanel defined for AJAX-style user interaction when the user makes a selection.








AutoPostBack="true" OnSelectedIndexChanged=
"RadioButtonList1_SelectedIndexChanged">




CHAPTER 8 ?–  USING THE ASP.


Pages:
250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274