Welcome Guest Search | Active Topics | Sign In | Register

EO Tabstrip using Ajax AutocompleteExtender in ASP.net Options
Yo
Posted: Friday, June 20, 2008 11:20:44 AM
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?
eo_support
Posted: Friday, June 20, 2008 11:36:20 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,096
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
eo_support
Posted: Friday, June 20, 2008 2:32:48 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,096
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



You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.