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

Robin Pars, Laurence Moroney, and John Grieb

"Foundations of ASP.NET AJAX"

..) ???



ImageUrl="~/images/expand_blue.jpg" AlternateText="
(Show Details...) " />






CHAPTER 7 ?–  USING THE ASP.NET AJAX CONTROL TOOLKIT (PART 1) 155


ImageUrl="~/images/AJAX.gif"
AlternateText="ASP.NET AJAX" ImageAlign="right" />
<%= GetContentFillerText() %>




TargetControlID="Panel1"
ExpandControlID="Panel2"
CollapseControlID="Panel2"
Collapsed="True"
TextLabelID="Label1"
ExpandedText="(Hide Details...)"
CollapsedText="(Show Details...)"
ImageControlID="Image1"
ExpandedImage="~/images/collapse_blue.jpg"
CollapsedImage="~/images/expand_blue.jpg"
SuppressPostBack="true" />
The first panel (Panel2) is essentially the header where the image to expand/collapse
the panel is located. The majority of the actual content is in the second panel.


Pages:
209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233