ajaxToolkit:DropDownExtender where is items ?
Posted
by nCdy
on Stack Overflow
See other posts from Stack Overflow
or by nCdy
Published on 2010-03-15T12:59:35Z
Indexed on
2010/03/15
12:59 UTC
Read the original article
Hit count: 393
<asp:TextBox ID="TextBox5" runat="server" Height="30px" Width="68px"></asp:TextBox>
<ajaxToolkit:DropDownExtender ID="TextBox5_DropDownExtender" runat="server"
DynamicServicePath="" Enabled="True" TargetControlID="TextBox5">
</ajaxToolkit:DropDownExtender>
//this.TextBox5_DropDownExtender ????
YearList.Items.Add(DateTime.Today.AddYears(-i).ToString("yyyy"));
Question : where is items for this DropDownExtender ?
© Stack Overflow or respective owner