the code of AutoCompleteExtender look very simple but i dunno does
AutoCompleteExtender support DropDownPanelID properties or not, because i spent much time to use this but it not work
any ideas to help me to solve this problem? i really want to use the Panel contain the data instead of automatic , so i can format or do somethign on that Panel ,
Regards
Life is so beautiful, love is so beautiful, even the teeth not full.
conga
Member
154 Points
38 Posts
AutoCompleteExtender DropDownPanelID properties not work
Nov 07, 2006 07:22 AM|LINK
the code of AutoCompleteExtender look very simple but i dunno does AutoCompleteExtender support DropDownPanelID properties or not, because i spent much time to use this but it not work
my code :
<asp:TextBox runat="server" ID="TextBox1" MaxLength="100"></asp:TextBox><
asp:Panel ID="Panel1" runat="server" ForeColor="Red" Width="500px" Height="100px" /> <atlas:AutoCompleteExtender ID="AutoComplete1" runat="server" DropDownPanelID="Panel1"> <atlas:AutoCompleteProperties Enabled="true" MinimumPrefixLength="3" ServiceMethod="GetAutoTextList" ServicePath="~/App_Code/AutoTextService.asmx" TargetControlID="TextBox1" /> </atlas:AutoCompleteExtender>any ideas to help me to solve this problem? i really want to use the Panel contain the data instead of automatic , so i can format or do somethign on that Panel ,
Regards