ASP.NET AJAX Toolkit Forum Posts

November 2006 - Posts

Cascading dropdown - Atlas version
I try to use the latest version, but I keep getting error [Method error 500]. Therefore, I go back to old version. I got the cascading dropdown work. However, I only get it work if my webservice is a part of my project or solution. I try to use the webmethod...
Error in AnimationExtender after Beta2
Hi guys and gals, After instaling Beta2, AnimationExtender stops working, with some parser error like : Animation on TargetControlID="some server control" uses property AjaxControlToolkit.AnimationExtender.onclick that does not exist or cannot be set...
Publisher Policy in future releases
In future releases can we see a publisher policy added to the build? The rate at which builds are coming out it's hard to keep up when using in a production release. Cheers, Colin Read More...
CascadingDropDown Problem
Hi All I'm using the latest release of the toolkit. I'm building a CascadingDropDown and am getting a 12030 method error when I use a remote service (rather than have the service in the same project). <cc1:CascadingDropDown ID="CascadingDropDown1"...
Animation Extender and server side validation
What I'm trying to do is activate an animation only if the page is valid. It seems that the animation extender only allows client side conditions. What I'm trying to do is once a submit a form inside of an update panel. If the form is valid, then run...
PagingBulletedListExtender not working anymore
After Beta 2 installation PagingBulletedListExtender is not working anymore, just creates one long bulleted list. And more, notorious error 'SYS is undefined'. All changes suggested in the migration to Beta2 guide done. Read More...
Disabling animation
I have set up an animation and it works fine. I need this animation to fire only on certain conditions which are determined on the server side during OnLoad. How can I modify the animation from OnLoad so that nothing happens when the condition is not...
Gridview inside modal popup
I have a gridview inside an update panel, which is inside a modal popup panel. When the gridview updates, if it is larger than the original size of the popup panel, the panel does not render quite right. If I scroll at all, the panel corrects itself....
AutoComplete extender
I have the following ASPX: <asp:TextBox ID="tbTextBox" runat="server"></asp:TextBox> <cc1:AutoCompleteExtender ID="AutoCompleteExtender1" runat="server" TargetControlID="tbTextBox" ServiceMethod="GetStudentNames" ServicePath="Student_WS...
Extender with inclusion of JS files in particular order.
Right now I'm working on an extender that needs to include numerous .js files I'd like to register for inclusion on a page. I've added: [assembly: System.Web.UI. WebResource ( "first.js" , "text/javascript" )] [assembly: System.Web.UI. WebResource ( Read...
More Posts Next page »