To Hide or disable a tabpanel in TabContainer in server side
I tried to disable or hide a tab based on condition of TabContainer of Ajax control in server side. But cant get solution. PLs share with if you know ans for this problem.I expecting the solution in...
View ArticleQuestion about Jquery and update panel interaction
I have two update panels on a page. Both are set to updateMode="conditional". I update them manually when need. In one of the update panels I have two buttons. I wrote some jquery for hover effects on...
View ArticleI get a JavaScript error when updating a updatepanel if it contains a...
Hi,I have a CheckBoxList into my update panel. The CheckBoxList displays filtered information from a table, the filter is based on the value selected in a dropdownlist. CheckBoxList addition I have...
View Articlehow to display week number with ajax calendar extender
Hi,I want to show week number in my ajax calendar extender. how i can do this.
View ArticleModalPopUpExtender - Does it work as documented?
Hello,Does this control work anymore or is it really sensitive?I've tried so many code samples on 3 different browsers and I get nothing.Does anyone have any working code?
View ArticleJavaScript not firing with UpdatePanel --...
I have a Wizard Control and I have an UpdatePanel around the Wizard Control. It works for the most part and its great but I am issues with JavaScript not firing properly ...I am missing something that...
View ArticleClient side class reference undefined
Hello fellow geeks,I recently inhereted an older .net app that is using the Ajax toolkit. The code works fine on the server, but I'm unable to get it working locally in debug. This issue is not easy to...
View ArticleAssigning Text to ModalPopUpExtender Textbox
There's a web page that has a ModalPopUp Extender, with a form & 2 textboxes. 1 Textbox with Date, 1 textbox for info. When you click on Submit - it checks to see if the date has already been...
View ArticleUpgrade of Ajax Control toolkit causes change in behavior
I just upgraded the AjaxControlToolkit.dll from 4.0.5.0731 to 4.1.7.0725 and noticed an important change of behavior:Both CompareValidator and MaskedEditValidator are always on! Even if I specified...
View ArticleVertical Scroll position not in top when page loaded.
I have a page that contains a tabcontainer at the buttom of page, when the page is loaded for the first time the scroll position is going to the buttom of the page where the tabcontainer is exist, I...
View ArticleModalPopupExtender and Postback
I have read some articles regarding this, but none have answered thios question to my satisfaction.I have a modalpopup that has a form and the form is progressive which means of course i have several...
View Articlehow to use autoComplete Extender in a formview
Hi all,I have a autocomplete extender in a web form which gets data from a weg servicethe data comes back as a text/value pair, I have the text for the autocomp[lete extender and the value for the DB...
View ArticleTabcontainer onemand not working
Hello,I have the latest ajaxtoolkit and in the tabcontainer I have set ondemand=true and in the tabpanel I have set OnDemandMode=once. But the tab container loads all the tabs on page load and loads...
View ArticleCould not load file or assembly 'AjaxControlToolkit' or one of its...
Hi All,I am getting above one problem. How to solve the above oneTHANK YOU
View ArticleRemove error class when validator callout is closed
I have several validator callouts, they all look around the same.<ajaxToolkit:ValidatorCalloutExtender ID="vceLastName" HighlightCssClass="not-valid" TargetControlID="rfvLastName"...
View ArticleHow to set values in side Updatepanel events and access in code
Im using ajax update panel to show the progress of send email in asp.net. user will submit/approve/decline a case depend on their user role. when user decline, system will asks for java script...
View ArticleAjax Calendar Extender tip NOT showing with a textbox
Despite downloading,installing and adding AjaxControlToolkit in VS2012(Ultimate) to my project, I am unable to access its "CalanderExtender" object feature..aspx file code is:<%@ Page Language="C#"...
View ArticleImages only partially uploading with HtmlEditorExtender Image Upload
I recently upgraded to the latest version of the Ajax Control Toolkit (July 2013), and am working with the new HtmlEditorExtender with the image upload button added. For some reason when I upload...
View ArticleModal Popup Extender doesn't work
I'm using Ajax ModalPopupExtender, but when I run the application the popup doesn't show. It gives following error in Chrome error console:Uncaught TypeError: Cannot read property 'UI' of undefinedMy...
View Articleserver side event doesn't get called if Ajax and OnClientclick added
Below is my scenario:Scenario:1. I have one AJAX panel on my page which contains few textboxes, requiredfieldvalidators for them and one server side button.2. The button has onclientclick and onclick...
View Article