How do I prevent ajax call from puttinng two datapicker input boxes in the...
Hi, I have I’m doing an ajax call and the retured data is in a div container. The call is made when the user selects a date from the datepicker. When the data is returned it I have two datapacekers’s...
View ArticleHoverMenuExtender is not working with DynamicServiceMethod
I've recently upgraded AjaxControlToolKit to Version 4.5.7.1213. After upgraded, all of my HoverMenuExtender that populated data dynamically stop working. Does anyone experience the same issue? Please...
View ArticleCollapsiblePanelExtender and Repeater within a repeater
Hi guysReally struggling and can't seem to get my collapsible panel to work. I have a repeater within a repeater. I want to collapse the data in the second repeater and only display when i click on an...
View ArticleAjaxFileUpload - DirectoryNotFoundException - Could not find a part of the path
hi, experts, I downloaded latest ajax control toolkit from nuget and added to my .net 4.0 web form project.version of the control toolkit 7.1213 , published on 12/14/2013on...
View ArticleMy server application need to read a particular file from client machine
How to read particular file from client server.
View Articlemulti file upload
I have a jquery that let customer to drag and drop thier photo and aspx that uploads the image to a folder:---------------------- AJAX--------------------var xhr = new XMLHttpRequest();...
View ArticleRegisterDataItem can only be called during an async postback
Hello, I'm trying to use the popupcontrol from the Ajax Control Toolkit, but I get the following error message:"RegisterDataItem can only be called during an async postback "during the call...
View ArticleAjax Tab Panel
i have installe ajax tool kit and Tab Container show up butTab Panel does not i have uninstalled and reinstalled use Visual Studio 2012any help?
View ArticleHovermenu extender
Hi..I am working on a project where I am required to show a gridview as a tooltip to a column of another gridview.Now the problem I am facing is getting the column index which I have hovered the...
View Articlebutton outside of modalpop up and update panel is not firing up
Hi,I have a button which worked perfectly fine previously code as below <asp:Button ID="btnAdd" runat="server" Text="Add" OnClick="btnAdd_Click"/>After i added modal pop up and update panel...
View ArticleAJAX Calendar extender
Currently, I am using AJAX calendar extender with text box to show the calendar.I have the some code in text box changed event, but it won't work after i set the textbox "enabled" properties to...
View ArticleCollapsiblePanelExtender won't expand from code behind
Hi All-I have a CollapsiblePanelExtender inside a nested repeater in an update panel like so:UpdatePanel > ParentRepeater > ParentCollapsiblePanelExtender > ChildRepeater >...
View Articlecalendar extender not wokring in nested gridview
I have an aspx page using nested gridviews (2 levels). I am unable to get the calendar extender to work at all in the second level gridview. When I move the textbox and the calendar extender up to the...
View ArticleHoerMenu only displaying delete buttton for GridView control, not for...
I am trying to display delete button for each row using HoverMenu, but it seems that the delete button is being displayed at a fixed position and for the gridview and not individual rows. I posted my...
View Articleslideshowextender,Modalpopupextender,imagebutton
HI ,Developing image slider therough these controlsI am able to get slide images also the modalpupexentder worksBut i want ,onclick of image ,popup should open which has details,images of that image...
View Articleuser control and validation control
I have a user control that is used to reset month and day that are griview parameters.<ajaxToolkit:ModalPopupExtender ID="mpedates" runat="server" Enabled="True" TargetControlID="ibpickdates"...
View Articlepanel or div used for modalpopup is appearing when clicking button.
Hi,i have modalpop up as below<!-- Extender and its contorls --> <asp:Label ID="hdlblRoleId" runat="server" Visible="false"></asp:Label> <asp:Button ID="btnShowPopup"...
View Articleupdatepanel is undefined (in designer file)
Hi all,keep getting this problem and it's driving me nuts. I keep getting "updatepanel is undefined" in the designer file. This occurs for every update panel that I have in te .aspx. To clear it I just...
View ArticleUpdate panel is locking the page.
Hi I have a wem method defined in my codoe behind. Pupose : On an Image button click , call code behind web method(that updates your tables) asynchronously(in background).So far I have...
View ArticleScript does not working when using Ajax Toolkit Script Manager
Hi,In My Master Page m using AjaxControlToolKit<ajaxToolkit:ToolkitScriptManager ID="scr" runat="server" EnablePartialRendering="true"><Scripts><asp:ScriptReference...
View Article