Can't set value to some of the controls inside tabpanel of tabcontainer
Hi guys,I have a tabpanel inside a tabcontainer, within the tabpanel I have a few controls including textbox (single line and multi-line), checkbox.I am able to load data into some of the controls but...
View ArticleUpdateprogress working on my local machine but not on the webserver
Hi,I have successfully implemented a updateprogress within a update panel and deployed successfully on the webserver. I now added another updateprogress to another button to show it is processing. It...
View ArticleAjax sign up and login
if (xmlhttp.readyState==4 && xmlhttp.status==200) { alert("blahblah"); } } xmlhttp.open("POST","site.com/signup.php",false); xmlhttp.send("username=" + document.getElementById("username").value...
View ArticleAfter updating ajaxtoolkit version controls are not working
Hi,We have migrated the Ajaxtoolkit version from 3.5.60501 to 3.5.7.429 in our application, but after updating the ajaxtoolkit version we are not able to get calender while using calender...
View ArticleUpdatePanel causes unwanted linebreak
Hi, I have an update panel right after the text "Capture vital Web site data." (see below). Just before the update panel I get a linebreak. It's suppose to be continuous text. I've tried &npsb;...
View ArticleProblem with Ajax Popup Extender
This is my first usage of Ajax and everything works well when I run my application thru Visual Studio. I have an image that I click on, and it shows a panel with information relating to the line in a...
View Articlesave errors of the "AsyncFileUpload.OnClientUploadError" to database
How to save the errors on OnClientUploadError javascript function to the database on the server.I need to use the Business Logic Layer and then from it call the DAL layer. The layers are used by the...
View ArticleCan't build the AjaxControlToolkit from souce in Visual Studio 2012 (21 errors)
I recently downloaded the source for the ajaxcontroltoolkit from (http://ajaxcontroltoolkit.codeplex.com/SourceControl/latest#ReadMe.html). I opened up the project (from AjaxControlTookit.sln) and...
View ArticleCombobox Autocomplete not working under IE11
Had some problems on my asp.net page with the autocomplete not working at all. Using IE11So I triedwww.asp.net/ajaxlibrary/ajaxtoolkitsamplesite/combobox/combobox.aspxThis sample with Autocomplete =...
View ArticleAutoComplete Extender with web service
I want to impliment web service for auto complete extender at the Master page
View ArticleHtmlEditorExtender discards data during update and insert
Okay, I have this HtmlEditorExtender for my TextBox control and it's discarding the data everytime there is an update or insert.<asp:HtmlEditorExtender ID="txtRequire3_HtmlEditorExtender"...
View ArticleAjaxFileUpload
First, I would like to say that this is a great control, but we are having some problems that may just need some clarity.During some of the postbacks that take place during the file upload, it is...
View ArticleHow to pass content in Ajax..
Hi <textarea name="txt_Description" id="txt_address" runat="server" class="span5 wysihtml5" cols="40" rows="5" ></textarea>1.Hi m going to pass Dscription hi how are you but value pass...
View ArticleHow to validate ajax cascading dropdown lists
I need to validate ajax cascading dropdown lists. See code below. It does not work. Could anyone help on it. I use VS 2008. Thanks <asp:DropDownListID="ddlTest"...
View ArticleEditor Extender JAVA script error
I am getting an error in an auto generated script when usng the HTMLEditor Extender in IE in an application that is currently in development ... it doesn't seem to happen in Firefox or Chrome. Here is...
View ArticleStack Overflow at line: 0
Don't know if this is the right place to post this or not. I am using IE8, VS2008, Windows XP SP3. I keep getting this error "Stack Overflow at line: 0" When I debug the page I get all these "Microsoft...
View ArticleAJAX REPORT
how to implement ajax report? need to install anything such as crystal report?
View ArticleWhat am I not doing right here?
I was looking for autocomplete dependent select/combobox whereby you select from buildingID dropdown and floor dropdown is automatically populated based on your selection from buildingID. This script...
View ArticleHtmlEditorExtender and initial font
Hi everybody, I would like to know if it is possible to set the initial font and font size in the HtmlEditorExtendr. I don't wont to give the possibility to change font name and font size to the user,...
View ArticleHtmlEditorExtender initial font-color is "Invisible"
Hi,I hope I can get help.When HtmlEditorExtender loads the font-color is "invisible". So I have do change the font color before start typing.Can You help me...Sory for my english.THanks
View Article