ASP.NET AJAX Toolkit Forum Posts

February 2009 - Posts

PLease tell me why the modalpopupextender control won't show
Here are the exact codes: <% @ Page Language ="C#" AutoEventWireup ="true" CodeFile ="Default.aspx.cs" Inherits ="_Default" %> <% @ Register Assembly ="AjaxControlToolkit" Namespace ="AjaxControlToolkit"...
CollapsiblePanelExtender collapses automatically
Could someone tell me what's wrong with the following scenario: <asp:Panel ID="pnlOrders" runat="server" Style="margin-left: 10px; margin-right: 20px; background-image: url('Assets/img/loading.gif'); background...
Using WCF Services with SlideShow control
How should the the SlideShowServicePath and SlideShowServiceMethod of a SlideShow control be configured when using a WCF service instead of an ASMX? I am porting an ASMX to WCF. I have created a Ajax enabled WCF Service, and I have configured the two...
How do I set the ServicePath to service which is inside another project?
Hello, I want to use the autocomplete extender in my website. My service is inside ANOTHER project, and I've added it to the solution using the "Add existing website"(I'm able to reach the functions that inside the service from the files'...
Can ajax control toolkit for framework 3.5 apply to asp.net 2.0
Hi, I saw the ajax control tool kit for framework 3.5 on ajaxcontroltoolkit website, can I use it for asp.net 2.0 (VWD 2005)? Read More...
CollapsiblePaneExtender collapses too soon
My CollapsiblePaneExtender collapses before anything in the expanded panel can be read. On my development PC this does not happen but once deployed it happens. Any suggestions what I must set to keep the expanded panel open until not wanted? I'm pretty...
Databinding Accordion to List<string> problem
Hey, just a quick q on the embedded Databinding syntax for the Accordion (i.e. <Content><%# DataBinder.Eval(Container.DataItem, "mysteryString")%></Content> ) What is the second arg for Eval if my server code is: categoriesAccordion...
ADDING AJAX TOOLS IN VS2008 Express and ASP.NET 3.5 SP1
Im running a new install of VS2008 Express and ASP.NET 3.5 SP1. Everythings fine except in my Toolbox, under AJAX Extensions I only have the regular 6 Tools available (pointer, script manager, etc). I looked at the download page to confirm what I thought...
Grid and Cascading Accordion needed in AJAX Toolkit
Hey gents. There is a need in the AJAX Accordion control to make it more powerful, a 'cascading' ability. What I mean by this is that each level of the Accordion needs to be able to send a parameter to the server so that the next level can be...
Can the CollapsiblePanelExtender be used inside a user control?
Is there a way to put a collapsible panel extender in a user control? I get the error that it has to be in a form tag, and when I put it within a form tag, I get the error that I'm only allowed one form tag per page. Thanks. -Nick Read More...
More Posts Next page »