AjaxControlToolkit Tab container problem in 4.1.7.725
I just updated the Ajax toolkit for asp.net to 4.1.7.725, and now my tab containers do not render.I get this errror - Uncaught TypeError: Cannot read property 'UI' of undefinedUsing chrome debugger,...
View ArticleAjax AutoCompleteExtender .. Need to collect data from my SQL compact database.
Hello,I've got an Ajax AutoCompleteExtender that I seem to be having trouble with. I followed a basic implementation tutorial..http://www.asp.net/ajaxlibrary/act_AutoComplete_Simple.ashx .. and I was...
View ArticleHow to display date after one Month from today
Hi,I have two date fields one is for date From and another on is for Date to. All I want to show date in from field as Today's date and in To field it should display date after one month from today....
View ArticleAjax File Upload withoug Drop/Drag and No multi select
Not sure what I have done wrong, but when I add the file upload control I don't get the drag/drop box, only a select file button and then when I go to select files I can only select 1 at a time. (No...
View ArticleAjax PasswordStrength seems to allow passwords that don't meet criteria
<asp:TextBox ID="txtPassword" runat="server" TextMode="Password"></asp:TextBox><asp:PasswordStrength ID="txtPassword_PasswordStrength" runat="server" Enabled="True"...
View ArticleMaking run Ajax Control Toolkit samples
Hello,I've just donwloaded Ajax Control Toolkit 4.0 which came with a zip file AjaxControlToolkitSampleSite. After unzipping it, I can see I do not have the Microsoft Visual Studio solution to open....
View ArticleHow to have Collapsible Panel recalculate height?
I'm facing the following scenario (only with IE8):In JavaScript I'm changing the height of an IFRAME child element that's being controlled by a Collapsible Panel from 0 to the actual height as soon as...
View ArticleAjax Error Switching .Net Framework from 4.0 to 3.5
I created a web project in Visual Studio 2010 .Net Framework 4.0. I needed to change the Framework to 3.5, so I changed it but I am getting error on Ajax tagsL"Unknown server tag 'ajaxToolKit:...
View Articleverify execution of javascript in asp.net c#
Hello.I havea web application that hasajaxcomponents,theserestrictmultiple characters. But when in the browsersecurityoption"Automation- activescriting"is disabled,theajaxcomponetesnot work.HowI...
View Articledisabling tabs of tab continer & viewstate error
i have a tab conatiner with 5 tabs each having gridview populated with data if a control is visible true on page load on post back ie a button click the tabs are made enabled true/false depending on...
View ArticleUnable to update and retrieve error messages if I would nested my gridview...
I can still able to delete my data though, but unfortunately I was unable to update and retrieve error messages if empty field is submitted on my search box.Any idea how do I resolve this error?Here's...
View ArticleUnable to subtract values in three text boxes and display in label
hi ,I am getting error while subtracting values in three text boxes and displaying it on label.Error:Exception Details: System.FormatException: Input string was not in a correct format. Line 89:...
View ArticleHow to validate ajax cascading dropdown lists
I need to validate ajax cascading dropdown lists. See code below. It does not work. Could anyone help on it. I use VS 2008. Thanks <asp:DropDownListID="ddlTest"...
View ArticleAjax Control toolkits
I just inslal Ajax Control toolkit but my problem is all the control are grey I mean disbale I did all I could to get them enable but without success. Can someone help me please. I am using windows 8...
View ArticleUpdate panel surrounding custom checkbox
I have a custom check box around which I want to place an update panel (AJAX) to avoid posting back the entire page.I get this error:Parser Error Message: Type 'System.Web.UI.UpdatePanel' does not have...
View ArticleUpdate button doesnt work
I have a modal popup on a Master page. The popup opens correctly and it allows you to pick a file,but theupdate button acts like it is disabled.It has an on click method tied to it and when you hover...
View ArticleDisable future and past 7 days using javascript in Ajax calendar control
Hi,I have successfully got a solution to disable future dates using javascript but how do i disable the past 7 days from todays date.<script type="text/javascript"> function call(sender, args) {...
View Article0x800a138f - JavaScript runtime error: Unable to get property 'UI' of...
I am trying to apply a calendar extender to a textbox that I have on my form. My code looks like this:<asp:TextBox ID="txtstart" runat="server" ></asp:TextBox>...
View ArticleSanitizer error after version update
After I updated my project to the latest version of the tookit (AjaxControlToolkit.7.0725) I am getting this error. I used nuget and it did not update the sanitizer along with the toolkit.Configuration...
View ArticleManaging scroll position of a Hovermenu extender panel on a Modal Popup Extender
Hi,Can anyone help me with my problem. I have a GridView that is being displayed on a ModalPopupExtender. The HoverMenuExtender is used to Edit/Delete the items in the gridView. My problem is that when...
View Article