-
Hi, I would like to know if it may have any compatibility issue between silverlight and Ajax? This is my problem: I have used VS 2005, but since i bought the VS 2008 and have installed silverlight, i developped in the same master page a silverlight application (moving an image on circle path) and i try...
-
Hello, I am using a AJAX CollapsiblePanelExtender within a gridView on a webpage. The page also contains a fieldset with some labels, a dropdown, 2 textboxes and a "submit" button. Whenever
the collapsible panel 'Plus' button (to expand) or the 'Minus' button
are pressed - the...
-
Hi, I was recently introduced to the AjaxCT, and found it very impressive indeed. I came across the following unrelated errors while working with the toolkit. Please have a look: PROBLEM 1 I have a login.aspx page, to which I have added a Login control. When I enter my login details and click on Submit...
-
Hello, I am trying to get the AjaxControlToolkit CascadingDropdowns working on my ASPX page, and have run into an issue that I cannot figure out how to correct. I am using C# in VS2008 and CLR 3.5. I have added a webservice to my project which is using Linq to access my SQL 2005 DB and create an XML...
-
Hello Everyone. I was reading a post in the past that recommended updating the AJAX framework to AjaxControlToolkit-Framework3.5 The versions can be found here: http://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=AjaxControlToolkit&ReleaseId=8513 I am running vs2005 pro and vs2008 pro...
-
Hi, I have a very strange problem with partial page rendering on the test-environment. I'm developing a solution with Visual Studio 2005, ASP.NET AJAX Extensions and Ajax Control Toolkit. I'm using the script manager from Ajax Control Toolkit on my pages and using partial page rendering with...
-
Where can I download ASP.NET 3.5 SP1? This page says that "AJAX functionality is integrated in ASP.NET 3.5 SP1 and does not require any additional downloads". But this page , which seems as though it should have a download for ASP.NET 3.5 SP1, doesn't. The latter page does have links to...
-
Hi shaikshahid, Thanks for your replay. But as It is Ajax Enabled Web site it already includes the <httpModules> <add name="ScriptModule"
type="System.Web.Handlers.ScriptModule, System.Web.Extensions,
Version=1.0.61025.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35"...
-
I want to use the AJAX calander in a website that I am currently developing. I have VS 2008 SP1 and ASP.Net 3.5 SP1. I downloaded AJAX Control Tool Kit, unzipped in a folder and run AjaxControlExtender.vsi. But I still see only 6 AJAX controls under AJAX Extensions in my tool box in Visual Studio 2008...
-
I have a dropdown that triggers an update panel. Inside the update panel is a gridview and another dropdown that change based on the first dropdown. I want to be able to make a selection in the second dropdown, and have the value selected become the selected value in the first dropdown and then have...