Show popup on autocomplete list hover
Hi.I have an autocomplete list. i want to show popup on listitem hover please help.Thanks
View ArticleAjaxControlToolkit under medium trust
Is it the case that the current version of ToolkitScriptManager cannot run under medium trust?If so, is there any intention to fix this?For days I've been trying to update my website from ASP.Net 3.5...
View ArticleHow to remove Toolbar Of HtmlEditorExtender.
Hi All,I am using HTMLEditorExtender.I want to give 2 modes for it.1)Design Mode.With Toolbar Enabled.2)Preview Mode with Toolbar Hidden or disabled.How to achive 2nd one.How to hide toolbar of...
View Articleajax and jquery
Hi,In my application i have jquery function,ajax updatepanel ,div tags .When i run my application intially sum of textboxes function in jquey works fine for expenses. My applciation has 3 parts...
View ArticleCall Javascript on ItemReOrder of Ajax Re Order List
Hi,I am having a requirement that i have to call a javascript when an item is re ordered in Ajax re order list.have tried the below mentioned ways but nothing seems to work out for me any help on this...
View ArticleError with PopupControlExtender Microsoft JScript runtime error:...
hi ,I've been trying to make a grid with some data from a database and when I hover or click on a certain column I want a PopupControlExtender to appear and give me extra information.I am trying to do...
View ArticleHi all,Please Help me to retain HTML formatting after click on button.
Hi All,Dear All,I am using HtmlEditorExtender for my assignment.I have managed to display html file in textbox of HtmlEditorExtender.But when I click preview button or Design button I loose all HTML...
View ArticleExplicitly Closing Modal Popup Extender On Page Redirection
I have a modal pop up with Ok and Cancel buttons.On 'OK', I redirect to a new page that opens in a new tab. and On Cancel I close the pop up.I have the requirement to close the pop up after the user...
View ArticleDo the control toolkit files on the CDN have to be accessed individually?
It appears that the Ajax Control Toolkit files have to be accessed individually since they are listed in the link below. Is this correct?http://www.asp.net/ajaxlibrary/CDNACT40412.ashxI might use a...
View ArticleHow to set the properties for the control toolkit extenders when using the CDN?
I'm not sure how to set the properties on the Ajax Control Toolkit controls using the CDN (not including the library in the project). I'm using the modal popup extender and I'm not sure how to set the...
View ArticleAjax Control Toolkit ModalPopup - Dismiss with OK and invoke server method as...
I have a scenario where I want to use the ModalPopup when a form Button is clicked to ask the user to confirm an action. If the user clicks the ModalPopup OK button I want to invoke a code-behind...
View ArticleUncaught Type Error: Object # has no method 'registerComponent'
I've gotten 37 of these errors and they appear to be for each Ajax Control Toolkit based on the errors below. I'm a little confused about why all of these errors are happening because I think the...
View ArticleFixed Footer in GridView
Hi,I have refered to the below article for Fixed GridView header and Footer.This code works well in IE versions but not in chrome.Is there any way to fix this?or any other scripts which can help to fix...
View ArticleAjaxFileUpload
Does AjaxFileUpload support Excel file uploading? Because these get corrupted or am I doing something wrong?
View ArticleDropDownList_SelectedIndexChanged() doesn't work
Hi,I have this code, and I connected the SelectedIndexChanged event to the DropDownList but on selecting an item it doesn't do anything: protected void DropDownList1_SelectedIndexChanged(object sender,...
View ArticlePopupControlExtender not working when using Dynamic Populate, Ajax ver...
Researching this problem I have seen other threads indicating this functionality may no longer be working in the Ajax Control Toolkit most recent...
View ArticleRuntime Accordianpane goes off once button is clicked
Hi All,I am using Accordion Control in my ASP.net a Questionaire Application (VS2010), I have drop this control on webform and from codebeind is generate the pane and generate the some controls at...
View ArticleAsyncFileUpload contorl doesn't work correctly ,,sometimes show image...
JS and HTML Code :<script type="text/javascript"> function uploadStarted() {$get("imgDisplay").style.display = "none"; } function uploadComplete(sender, args) { var imgDisplay =...
View ArticleHidden button still required for Modal popup extender?
I have used the AJAX Control Toolkit in a few years. Is a button like the one below still required for the Moday Popup extender to work?<ajax:ModalPopupExtender ID="ModalPopupExtender"...
View ArticleAjax tab container returning Java Script Error
I trying to use a Tab Container control in a asp.net web-page and it's returning 'Object doesn't support this property or method" java script error when opening in browser. Using .NET 3.5,...
View Article