PieChart display
Hello everybody,I have a problem in my display with an ajax Piechart.My code is :Dim chtPlanif As New PieChart Dim item As New PieChartValue With chtPlanif .ID = "pieChart01" .ChartHeight = "200"...
View ArticleDynamically displaying a bunch images using Ajax
Hi,I have a bunch of images stored in a List<string> storing the paths of the images which I have obtained using AjaxFileUpload.<asp:ToolkitScriptManager ID="ToolkitScriptManager1"...
View ArticleAutocomplete extender
Hi friends , My code is execute ,but didnt get result .i cant find the error... i added WebService name in code tooAsp.net<form id="form1"...
View ArticleHow fade out a label message on delete in radgrid
I want to show a label message "Record deleted successfully" on deleting a record in readgrid, but the message should automatically fade out after a 5 seconds.I have been able to do this on button...
View Articlenot a known element !!
hii have a problem in using Ajax. i download ASP.net Ajax 1.0 beta 2.0 and install in my pc. now i have 2 chois in my Visual studio 2005. one is Asp.net AJAX-enabled web site and other is asp.net ajax...
View ArticleModal example from tutorial website not working 1:1 copy
HI, I followed this tutorial. 1:1 I copied it into my project. But the modal does not open. If I remove the display:none (then it shows) but using the"close" button. It does not close. Why is that?...
View ArticleUnable to use Ajax Control Toolkit HTML Editor
[VS Version: VS Pro 2013][.NET 4.5][Browser: IE 11.0.7]Hi, I am trying to use the Ajax Control Toolkit to implement the HTML Editor control for an application backoffice. <html...
View ArticleUpdate panel with UpdatePanelAnimationExtender works but no progress displayed
Hi all, I have following problem: On page I have an update panel with async post back trigger and updatePanelAnimationExtender from ajax control toolkit. I want to display a part from page, and after...
View ArticleProblem when upload image to insert using HTML editor extender
Hi,i have a problem with HTML editor extender. When i upload image to insert using HTML editor extender, this error messages appear:Unhandled exception at line 4271, column 10 in...
View Articlehow do i use the MS AJAX JS library
I recently noticed a java script bounty in VS 2012 ASP.NET project. I was wondering if any of you have ever had a chance to use'em in your application
View Articleusing a htmleditorextender causes problems when you want to edit the text later.
I have a form where has a textbox with an htmlEditorExtender. It works. He can format his own content, or he can paste in entire webpages from elsewhere in the web. In source view, he sees the tags,...
View ArticleSlide Show Ajax
I get the below error when I try to add SlideShowAnimationType="SlideRight" to the Tag I get this from the http://www.asp.net/AjaxLibrary/AjaxControlToolkitSampleSite/SlideShow/SlideShow.aspxType...
View ArticleajaxFileUpload
I want to use the ajaxFileUpload control from within a Formview, that means the user will be able to select the files but only when she Update the Formview the upload will start.I need to hide the...
View ArticleButton click event handler firing twice
I noticed today that button click event handlers are firing twice for me in some cases when the button is inside an UpdatePanel -- but only in Firefox. I'm wondering if this might have to do with the...
View ArticleDuplicate TabPanels
Platform: C#, VS2010, .Net Framework 4.0, AjaxToolkit v4.1.7.1213, using HTML5At random I keep getting duplicate TAB panels generated on my aspx page, not all the time but it happens after configuring...
View ArticleModalPopupExtender and ajax combobox
i have a ModalPopupExtender which opens a grid.then i have main grid which is in the update panel.inside this grid there is a ajax combobox.when i enter on the combobox the ModalPopupExtender is opened...
View ArticleWhy is the AutoCompleteExtender firing the Page_Load event instead of the...
So I'm trying to implement the AutoCompleteExtender tool from the AJAX Control Toolkit.The following is the implementation of the AutoCompleteExtender on my ASPX page:<asp:TextBox runat="server"...
View ArticleAccessing form variables with AjaxControlToolkit's AjaxFileUploader
Hi,I am trying to use AjaxFileUploader to upload files. The file upload works fine.But, I would like to access a form variable as part of AjaxFileUploader's OnUploadCompleteAll function (server side)...
View ArticleTimer Control
Hello,I am implementing a timer as part of a chat functionality on my website with code I hand rolled. What it is supposed to is every 3 seconds it updates the members list so that after x amount of...
View ArticleAjaxFileUpload Tool. Set upload target dynamically
I'm trying to set the upload path dynamically. But the upload tool keeps taking the first path specified to the dropdownlist. It doesnt matter if I have the dropdownlist in a seperate update panel and...
View Article