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

Robin Pars, Laurence Moroney, and John Grieb

"Foundations of ASP.NET AJAX"

NET AJAX CONTROL TOOLKIT (PART 1) 151
Color
Width="170" AutoPostBack="true" OnSelectedIndexChanged="DropDownList3
SelectedIndexChanged" />





TargetControlID="DropDownList1" Category="Make"
PromptText="Please select a make"
LoadingText="[Loading makes...]"
ServicePath="CarsService.asmx"
ServiceMethod="GetDropDownContents" />
TargetControlID="DropDownList2" Category="Model"
PromptText="Please select a model"
LoadingText="[Loading models...]"
ServiceMethod="GetDropDownContentsPageMethod"
ParentControlID="DropDownList1" />
TargetControlID="DropDownList3" Category="Color"
PromptText="Please select a color" LoadingText="[Loading
colors...]" ServicePath="CarsService.asmx"
ServiceMethod="GetDropDownContents" ParentControlID="DropDownList2" />
...

The three ASP.


Pages:
204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228