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 263 | Next

Robin Pars, Laurence Moroney, and John Grieb

"Foundations of ASP.NET AJAX"

NET AJAX CONTROL TOOLKIT (PART 2) 189






TargetControlID="MessageTextBox"
PopupControlID="Panel2"
CommitProperty="value"
Position="Bottom"
CommitScript="e.value += ' - do not forget!';" />
The RadioButtonList1_SelectedIndexChanged method commits the selected value
from the radio button lists to the underlying TextBox control. Other than that, the only
other piece worth noting here is the addition of the PopupControl extender with the
MessageTextBox control set as its TargetControlID. The CommitScript property just displays
additional text along with the selected value from the RadioButtonList control. And that??™s
all! It??™s that easy to use the PopupControl extender and associate extra content with a
TextBox or other HTML controls. The main common denominator in the supported
controls is that they must all have support for a Click event.
Rating Control
From various product reviews to feedback forms, songs, and other media online, some
variation of a Rating control is becoming common on web sites these days.


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