June 2013 AjaxControlToolKit Issue with MaskedEditExtender
I just recently downloaded the June 2013 version of the toolkit. Now validation of any field that uses a MaskedEditExtender no longer works in my application. This would be specifically for zip and...
View ArticleASP.Net 4.5 Validation Controls not working with AJAX ToolkitScriptManager1
All,I have a project in which I am using the 'unobtrusive.....' validation so it includes the references to all the JScript libraries in the global.asax. I also have pages that utilize the ASP.Net...
View ArticleHtmleditor breaks some characters
Hello,Can anyone tell me how to fix the following "feature" of Htmleditor:1. Go to Htmleditor demo http://www.asp.net/ajax/ajaxcontroltoolkit/samples/htmleditor/htmleditor.aspx 2. Type...
View ArticleAutoCompleteExtender: Need to use the connection string in Web.config to...
Hey guys,I've got a project with several text boxes for searching client names from a database. I want to use the AutoCompleteExtender control to populate search guess as the user types.I have the...
View ArticleUpdateProgress does not hiding
I've a UpdateProgress in a page and a LinkButton in UpdatePanel. Now when I click on LinkButton it UP appears but never hides even postback is done. However its working good in other web pages. Any idea ?
View ArticleSlider control JavaScript runtime error: Sys.ArgumentOutOfRangeException:...
Downloaded the Ajax ControlKit version 4.1.5116.0 and added to VS2010 Toolbar. Using MS IE10.Got a simple control working but when sliding the slider the following error keeps popping up:JavaScript...
View ArticleInternal server error in jquery /json webmethod
Here am calling a web method on click event. but am getting the error as inernal server error. here am calling this click event from dynamically created button . here i want to fire any one method.page...
View ArticleUpgrade to Ajax Toolkit 2013: AjaxControlToolkit' is undefined
I upgraded from an earlier version Ajax toolkit AjaxControlToolkit.dll (3/33/2012 date) to the new Version dll date 6/15/2012. Most everything in the site seems to run OK except I gte this...
View Articleget return value of ajax and put it into a popup div
hi all..i have a problem and that is. in a on clientclick event i send some data to a ajax function .and i get the desire data from webmethod.my code is hear.//onclick event<asp:TemplateField...
View ArticleLinking two Autocompletes
Hi there,Having a problem with linking two autocompletes, they are ajax controls.They are designed to look up a surname first and then a forename, depending on the surname.The first looks like this and...
View Articleautocomplete extender, not replacing first word
when the user types in two words, every suggestion works correctly...the problem is when the user begins typing the 2nd word and selects the autocomplete suggestion, then it replaces the 2nd word with...
View ArticleAjax Calender Extender
I add an Ajax Calender Extender on my page, when clicking the next/previous button it works correctly on Chrome an display the next/previous month,but on IE it displays a list of months.is there any...
View ArticleWhy I can't hide the UpdateProgress control
I am trying to turn the UpdateProgress1 control to be invisible but I can't. I need to hide because I want to stop showing theUpdateProgress content which is here a <div id="Div1"> that shows a...
View ArticleVS2012 cannot detect a control placed inside of an Accordion Content Template
Hi,I have an ASP.NET Page that has two AJAX Accordion's on the page. Inside of the Accordion Template I have placed a button (or a label or a grid or anything) inside of the Content template.My problem...
View ArticleModal popup extender
I've never used the popup extender and I'm not sure how to set it up.I have a timer and that can start, stop, and reset. I want to have a popup after 10 consecutive seconds have passed (or however long...
View ArticleAjax tab container in user control appears Error Rendering Control!
When using other ajax controls like accordian, editor in the user control(ascx), I'm able to to drag the user control to a form to display the ajax control EXCEPT for tab container. i have included...
View ArticleImage Disappear inside update panel when listview data is changed
Hello,I am having web application in which I am usign a master inharited page containing Updatepanel, Inside this update panel I am showing a listview containing Image and other details. Whenever I...
View Articlehow to add extra font-names and font sizes in html editor extender ?
Hi,by default htlml editor extender shows only 8 fonts names inf font selector control, i want to add "Segoe UI" font name and sizes in the dropdown. could any one tell me how can i achive this ?. is...
View ArticleHow I can make to search in data of gridview?
Hi, I want to make search engine for my website. I added this codes. It is searching but if there isn't a data , it doesn't see any warring. Please look at the following codes: <input type="submit"...
View ArticleHtmlEditorExtender image upload error
hii'm using an ajax control toolkit HtmlEditorExtender for providing html dynamic pagebut when i try to upload image in it upload erro occureshere is code<%@ Page Language="C#"...
View Article