Web Forms :: OuputCache Not Working With AjaxControlToolkit Tabcaontainer?
Mar 28, 2011
I am hosting "Usercontrol1.ascx" in "MainControl.ascx". "Usercontrol1.ascx" contains a placeholder and I am adding another usercontrol "ChildControl.ascx" to this placeholder in the code behind of "Usercontrol1.ascx". After that I have added AjaxControlToolkit:Tabcaontainer in "ChildControl.ascx".
I am caching "Usercontrol1.ascx" using OutputCache directive.
First time when page loads all controls are getting displayed properly in "MainControl.ascx". But when I try to access the cached data AjaxControlToolkit:Tabcaontainer in "ChildControl.ascx" has become hidden automatically. How can I make AjaxControlToolkit:Tabcaontainer visible while accessing cached data?
View 1 Replies
Similar Messages:
Jan 15, 2010
Following is the sample code.. I cannot find any rounded corners for the table. ..
I can't fix the erro
<cc1:roundedcornersextender id="rce" runat="server" targetcontrolid="tbl"
radius="10" corners="All" />
<table id="tbl" runat="server" style="border: medium solid #0000FF; width: 41%;">
[code]...
View 2 Replies
Jan 28, 2011
I can't get the AutoCompleteExtender working. It's probably something trivial. Using .NET 4 default ASP.NET project in VS2010.
Code:
<asp:TextBox runat="server" ID="example" autocomplete="off" />
<ajaxToolkit:AutoCompleteExtender
ID="autocomplete"
runat="server"
TargetControlID="example"
ServicePath="~/services/AutoComplete.asmx"
ServiceMethod="GetCompletionList"
CompletionInterval="1" />
The web service works - the code is copied practically verbatim from the AJAX Control Toolkit samples. This is really frustrating me. I have looked at other questions on here and not found a solution yet.
I don't get any errors or exceptions. Typing in the text box doesn't do anything, the web service doesn't hit the break point.
View 3 Replies
Oct 29, 2010
I want to disable past dates, so i modified AjaxControlToolkit.dll and named as "Actkit.dll".
View 1 Replies
Oct 15, 2010
Moved our web application from W2003 & IIS6 to W2008 R2 & IIS7.5 . One of the first things we discovered was to set the Application Pool in "Classic" mode. However we are still not out of the woods. We are having a AjaxControlToolKit error. I have attached a screenshot but in summary, the first line of code referring to the AjaxControlToolKit is flagged in error, Type.registerNamespace('AjaxControlToolkit'); The Debugger throws the error text below: 'Type' is undefined Default.aspx?
_TSM_HiddenField_=ScriptManager1_Hidd enField&_TSM_CombinedScripts_=%3b%3bAjaxControlToo lkit%2c+Version%3d1.0.20229.26116%2c+Culture%3dneu tral%2c+PublicKeyToken%3d28f01b0e84b6d53e%3aen-US%3a63cfabab-51ed-48ea-9a51-d25d550c85e3%3ae2e86ef9%3a9ea3f0e2%3a9e8e87e9%3a1d f13a87%3a4c9865be%3aba594826%3a757f92c2%3a3858419b %3a96741c43%3ac4c00916%3ac7c04611%3acd120801%3a38e c41c0,
line 21 character 1I have made sure that AjaxControlToolKit.dll (ver 1.0.20229) is in the Bin folder of my website.
<pages>
<controls>
<add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
<add namespace="AjaxControlToolkit" assembly="AjaxControlToolkit" tagPrefix="ajaxToolkit" />
</controls>
</pages>
Entire web.config is in attacment also. I am not sure what else has to happen to move to the newer Microsoft platforms?
View 3 Replies
May 19, 2010
I just downloaded the latest AjaxControlToolKit.dll (3.5.40412.0), and update it in my old project. When I compile the project, it shows sucessful. However, when I used my Customized Calendar, it got "AjaxControlToolKit Undefined"
ps: my old project is developed under AjaxControlToolKit.dll (3.0.20820.16598) . // README
View 1 Replies
Apr 15, 2010
I would like to give a TextBox in a custom WebPart the ability to AutoComplete on user entry. I am NOT allowed to use the AjaxControlLibrary OR the AjaxControlToolkit. (don't ask... that's just how it is.) Obviously, the TextBox will be instantiated within an UpdatePanel; but how would I go about the rest of this as simply as possible? I would like to be able to pull my list of items for the AutoComplete feature from three potential sources: database, web service, or collection object.
View 4 Replies
Jan 10, 2011
I have downloaded Asp.Net Extension 1.0 and extract it.
Each AjaxControlToolkit.dll is keep in folder (ar,es,de,fr ... ) .There is also one AjaxControlToolkit.dll which is not inside any folder.
My question is which AjaxControlToolkit.dll should be used? I need to have all the AjaxControlToolkit.dll inside my bin folder? or I pick it according to my country? What if my web site is multilingual?
View 6 Replies
Apr 4, 2011
I am trying to use AJAXControlToolkit's Modelpopu with ConfirmDialog.I am using VS2008. Following is my code
<asp:Button ID="btnSave" runat="server" Text="Save" onclick="btnSave_Click" />
<asp:ConfirmButtonExtender ID="btnSave_ConfirmButtonExtender" runat="server"
ConfirmText="Want to Save?" Enabled="True" TargetControlID="btnSave">
</asp:ConfirmButtonExtender>
<asp:ModalPopupExtender ID="btnSave_ModalPopupExtender" runat="server"
DynamicServicePath="" Enabled="True" TargetControlID="btnSave">
</asp:ModalPopupExtender>
<asp:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server">
</asp:ToolkitScriptManager>
View 1 Replies
Jul 24, 2010
I have a project that for political reasons cannot be moved to a later version of .Net and would love to have a drop-in control for uploading files better than the old FileUpload control.
I'd like to use the AsyncFileUpload control, but it's not in the latest version of the toolkit that is supported in the 2.0 framework.
I've looked at some of the flash based controls, but integrating them would trigger a full regression test of the project I'm on (multiple weeks).
We've lived with the FileUpload control because our files are small, but the error handling when a file gets larger won't be unacceptable much longer.
I just found Uploadify. At first I didn't think it would work, but I checked out the forums any way. I found this link [URL] It works great. I can do whatever I want to in the upload handler.
View 1 Replies
Nov 10, 2010
I am using MonoDevelop on MacOS and I am having difficulty getting AjaxControlToolkit's TabContainer visible on Google Chrome. I even set the visible property to true for both the TabContainer and TabPanels but it still did not work. Here is the source HTML:
<ajaxToolkit:ToolkitScriptManager id="tsm1" runat="server" />
<div style="position:absolute;top:0px;left:0px;">
<img src="" /> [code]....
View 1 Replies
Apr 23, 2010
I am using 'TextBoxWatermarkExtender'.code compiles fine but when i run the application, i get the following js error :
"AjaxControlToolkit requires ASP.NET Ajax 4.0 scripts. Ensure the correct version of the scripts are referenced. If you are using an ASP.NET ScriptManager, switch to the ToolkitScriptManager in AjaxControlToolkit.dll."
I have installed all necessary things, am i missing something.
View 2 Replies
Feb 5, 2011
i m getting this error on my certain .aspx pages ,although i added tool kit in my project "Error4Type 'AjaxControlToolkit.ToolkitScriptManager' is not defined.C:UsersIramDocumentsVisual Studio 2008Projectsgfln1gfln1CreateNewConference.aspx.designer.vb3451gfln1
View 3 Replies
Jan 20, 2011
Iīm using in my application the control :ModalPopUpExtenter. In my computer testing localhost, it works fine. But when i put my application on my server, everything works fine except the ModalPopUp.In the page that i use it, my panel is appearing for my user, but i donīt receive any error message.I pute the dlls: AjaxControlToolkit.dll, System.Web.Extensions.dll and System.Web.Extensions.Design in the folder bin.
View 2 Replies
Sep 23, 2010
I'm sure this isn't specific to the AjaxControlToolKit, but it is what is causing me issues. I've created a basic user control that essentially wraps a textbox and MaskedEditExtender because it will often be used on different pages. The designer of the control looks fine, but when I include it in a page, I see a box for the MaskedEditExtender, which gets a bit annoying when designing. It looks like this in the designer:
Is there a way to hide this box in the designer, so my control just shows up as a text box?
View 1 Replies
Mar 23, 2010
I need to add image tag to AjaxControlToolkit.HTMLEditor???
View 4 Replies
Mar 11, 2010
I see that I have version 3.0.20229.0 of ajaxcontroltoolkit.dll on a server and on my local machine I have version 3.0.0.20820.0 of ajaxcontroltoolkit.dll in a AjaxControlToolkit-Framework3.5SP1 directory. So does 3.0.20229.0 correspond to 3.5 pre sp1?
I found the following at http://www.ajaxcontroltoolkit.com/Default.aspx:
This release includes over 10 patch fixes provided by members of the Toolkit community. We would like to specially thank all the patch contributors for their effort which helped make this release possible. We recognize their names on the
Toolkit Patch Hall of Fame.
Setting up the environment to use the Toolkit: This Toolkit release targets two different versions of the .NET Framework:
Version 3.5.20229 for .NET Framework 3.5 and Visual Studio 2008:
Download the AjaxControlToolkit-Framework3.5.zip or AjaxControlToolkit-Framework3.5-NoSource.zip.
Version 1.0.20229 for ASP.NET AJAX version 1.0 and .NET Framework 2.0:
Download the AjaxControlToolkit.zip or AjaxControlToolkit-NoSource.zip.
Note: Toolkit version 3.5.20229 is only for users who are building on top of .NET Framework 3.5 using Visual Studio 2008. If you are using .NET Framework 2.0 and Visual Studio 2005 then you should use
Toolkit version 1.0.20229.
It sounds like the Toolkit version does NOT correspond to the version of ajaxcontroltoolkit.dll.
View 1 Replies
Mar 15, 2010
I have two different version of AjaxControlToolkit dll and I have added reference of both dll in my web application. I also set up different tagprefix for both the version.
View 4 Replies
Nov 23, 2010
I am working on a page that primarily uses Telerik RadControls, and thus uses the RadScriptManager control. However, I need to add some controls that use AjaxControlToolkit to the page, but since I cannot have two ScriptManagers on one page, so how would I do this?
View 1 Replies
Feb 9, 2011
I am new to ajax. here's the problem I have. in my bin folder, I have so many different copies of AjaxControlToolkit.resources.dll in different languages.
/ar/AjaxControlToolkit.resources.dll
/de/AjaxControlToolkit.resources.dll
/es/AjaxControlToolkit.resources.dll
.....
my web site is english only. How do i get rid of those dll files in another language.
View 1 Replies
Nov 23, 2010
I have 4 HTMLEditor controls from the AjaxControlToolkit on the same page. I love everything the control does except for how it handles the tab key. I want the user to be able to tab from one HTMLEditor to another instead of insert tabs into the content in the HTMLEditor. If possible I would want to be able to tab between HTMLEditors and other controls, but if the fix will only work between HTMLEditors I can make that work in this instance.
I have also tried both the SuppressTabInDesignMode and IgnoreTab and neither seems to do anything
EDIT: Here is some code that I am trying and is not working. I have tried a few combinations of the two tags mentioned above, but none of these examples ignores tab key presses. I redownloaded the ajaxcontroltoolkit to make sure it is up to date.
<asp:ScriptManager runat="server"></asp:ScriptManager>
<HTMLEditor:Editor ID="Editor0" runat="server" TabIndex="1" IgnoreTab="false" SuppressTabInDesignMode="true" Height="200" />
<HTMLEditor:Editor ID="Editor1" runat="server" TabIndex="2" IgnoreTab="false" SuppressTabInDesignMode="false" Height="200" />
<HTMLEditor:Editor ID="Editor2" runat="server" TabIndex="3" IgnoreTab="true" SuppressTabInDesignMode="true" Height="200" />
<asp:Button ID="btnTester" runat="server" Text="testing tab" TabIndex="4" />
Drop that code into an ASPX page with the following two lines at the top of the page
<%@ Register
Assembly="AjaxControlToolkit"
Namespace="AjaxControlToolkit"
TagPrefix="ajaxToolkit" %>
<%@ Register
Assembly="AjaxControlToolkit"
Namespace="AjaxControlToolkit.HTMLEditor"
TagPrefix="HTMLEditor" %>
View 1 Replies
May 27, 2010
Before using toolkitscriptmanager control of ajaxcontroltoolkit 3.5 i was using scriptmanager and i have set the enablepagemethod = true then i can call the pagemethod asynchronously using javascript
[URL] For More Information see this link for pagemethods in ajax
But yesterday we updated our ajax dll to latest version which is 3.5.40412.0 and there they have said that use toolkitscriptmanager instead of scriptmanager so i used that. But now i am not able to use my page methods.
Its Saying AJaxControlToolKit is undefined :
[Code]....
View 4 Replies
Oct 11, 2010
I'm using AjaxControlToolkit.HTMLEditor, and I want to add value to it using javascript or jquery like this:
alert( $find("eCompose_ctl02_ctl01")); // if
$find("eCompose_ctl02_ctl01").attr('value') = "asdfasdfasdf asdfasd asdf sf";
also tried like this:
document.getElementById('eCompose_ctl02_ctl01').value += "ababsakas asdasd l";
But the above code does not insert text into HTMLEditor.
EDIT.this is html code for HTMLEditor:
<HTMLEditor:Editor ID="eCompose" runat="server" Height="240px" Width="90%" AutoFocus="true" InitialCleanUp="true" />
i tried to access like this: alert(document.getElementById("<%= eCompose.ClientID %>")) and got null
View 2 Replies
May 14, 2010
i have installed the ASPAJAXExtSetup into my system for using ajax because i am using .net 2.0 version. Then i have create the Ajax Enabled website. in myDescription: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. The system cannot find the file specified.
Line 1: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="index.aspx.cs" Inherits="index" %>
Line 2:
Line 3: <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
Line 4:
Line 5:
View 1 Replies
Apr 2, 2011
I'm trying to implement custom urlrewriting in the global.asax of my website and i'm experiencing some troubles with updatepanels from the ajaxcontroltoolkit:second post back of my updatepanels seems to request the wrong url (ie : if my rewrited
url is /en-US/parentPage/myPage.html and the physical url is /default.asp?ln=en-US&page=myPage, the second post back request /en-US/parentPage/default.asp?ln=en-US&page=myPage, which leads to file not found ...)
I dont know if it matter but i desactivated the viewstate on the page by setting Page.EnabledViewState to false.To implement urlrewriting i used Server.Transfert(physicalUrl, true)
View 1 Replies