HTMLEditorExtender not working within Master Page
I have set up a site which uses the HTML Editor Extender but the foreground color picker and background color pickers do not work (i.e. They show, but when clicking on a color, nothing happens) but...
View ArticleHow could send a label inside a panel as a DynamicContextKey?
i have ten blocks like this...and i put a label inside the panel_table_1 and panel_player_1 by codebehind...i want to send the text of label inside the panel_table_1 as DynamicContextKey.how should i...
View ArticleDisplaying message in web page
Hi, I am using master and child page. In child page, i am using update panel and controls inside the update panel relating to the page. When a record is inserted or edited, i want a message to be...
View ArticleGridview inside Accordion
Hi , Have you ever tried to place a Gridview inside an Accordion and then ! suddenly you can't change anything from the design view. To add a new colum to the gridview or even change the aut format of...
View Articleproblem about autocomplete
Hi:I meet an unrecognized problem; The append is the snippet of my codes: if(table2.Rows.Count>0) table1.Merge(table2); DataView view = table.DefaultView; view.RowFilter = string.Format("testing"+"...
View ArticleNew to tookit and need help with slideshowextender
Hello all, new to AJAX and the toolkit but have used the normal asp.net controls and VS before. Using VS 2012 and created a new web application that will house my static site and some SQL based LOB...
View ArticleExport Grid data to Excel
Hi,I'm getting this error when i try to export grid data to excel.Control 'ctl00_PlaceHolderMain_gdDrawing_ctl02_btnDelete' of type 'LinkButton' must be placed inside a form tag with runat=server.
View ArticleajaxToolkit:HtmlEditorExtender tag encoding
Hi ajaxcontrolkit programmers,My images tags are being HTML encoding when sent to the server.I know this is a security feature... but how can I disable this feature?King
View Articleajax sending data to controller
Hi i'm new to this and i need some help. Basically on a click of abutton i would get some values from the view and post it to the controller to be updated.There are two methods that i've seen which is...
View Articleimage url doesn`t refresh after db update
Hi,I have a Ajaxupload witch i use for uploading images to a database, for the displaying of the image i user a .ashx handler.Now i have one problem, when i load the page i use the Image1.ImageURL =...
View ArticleProblem with Animation Extender in Mozilla / Chrome
I am trying to run Animation Extender on my website but it is only working in IE7.If I try to run it on Mozilla or chrome, the linkButton remains enabled in firefox n chrome. How to fix this problem...
View ArticleModalpopupextender position on iPad
I have an asp.net page that I am using on an iPad. The page uses the modalPopUpExtender on a button click. I am using the May 2011 release of the AJAX Control Toolkit for .Net 3.5. The modal panel...
View ArticleUpdate panel is too slow on live server
Hii had made one application by using update panel as it is working fine with good speed on my local server but after deployment of this application on live server these update panel is working too...
View ArticleHow to Disable Paste option in Ajax HTMLEditor
Hi ,I have Ajax Html editor in my form I want to disable paste(including ctrl+v) option in it. How can i disable paste option in html editor?
View ArticleMicrosoft JScript runtime error
hello,i recently added page cache to my web application and it seemed to uncover a problem with the TookkitScriptManager. on a page load everything looks good, however, with a page refresh/postback,...
View ArticleIssue WIth ModalPopup
I am trying to use a modalpopup to display an error message1. When I add the modalpopupextender and hidden button, none of my Ajax control display on the page, when I delete them they all appear.2....
View ArticleAjaxFileUpload and all of filed uploaded complete event
Hi,I like to use AjaxFileUpload control, but some issues give me troubles. I tried to upload multi files, and want to fire an event when all of files uploaded done, instead fo each file...
View ArticleAutocomplete with Condition
Hi Friends,I have two tables country and statesI filled the countries data in a dropdownlist and i would like to display the states of a particular country in an Autocomplete textbox.How can I do ? I...
View ArticleUpdatePanel Problem. Javascript not firing after asyncronous postback
Hey all,I am trying to use Jquery + prettyPhoto to display images in a gridview that is also in an update panel.The js scripts work with the images in the gridview up until an asyncronous event happens...
View ArticleCascadingDropDown Method error 500
I have a couple of CascadingDropDown controls on an ASP.NET page and am filling them from a code behind function that makes a call to a SQL Server 2005 database. My problem is that sometimes I receive...
View Article