Rank: Newbie Groups: Member
Joined: 6/12/2008 Posts: 1
|
When using the tabstrip with the AJAX AutoCompleteExtender and you have more than 1 tab - the extender works on the first tab - but any subsequent tabs that utilize this control do not work. The Java error it gives is "Invalid Arguement" with a reference to a line number that is a <TD> tag. Is this a bug?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
We are sure if this is a bug of our product or a bug of AutoCompleteExtender :) We will look into it and see what we can find and get back to you as soon as possible.
Thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
We have looked into the issue and it appears to be working fine. Our steps are:
1. Load AJAX Toolkit sample project with Visual Studio 2005; 2. Open the AutoComplete.aspx sample page in design view; 3. Add a TabStrip, a MultiPage and two PageView onto the page, then set the TabStrip's MultiPageID to the ID of the MultiPae; 4. Add one TextBox control on each PageView; 5. Add another AutoCompleteExtender to the page; 6. Set one AutoCompleteExtender's TargetControlID to "TextBox1", the other to "TextBox2"; 7. Modify the second AutoCompleteExtender's BehaviorID so that it is different than the first one. Also search in .aspx code to modify any code that references that behavior ID;
We then run the page and both textbox works fine. We use build 2007.2.51.
Can you try the same and see if it works for you?
Thanks
|