Using ASP.NET AJAX continues to throw the "The Controls collection cannot be...
Hello,I am using ASP.NET AJAX Control Toolkit with my .Net 4.0 ASP.NET application. I did everything that was mentioned concerning the installation (downloaded the 4.0 binary ZIP file (v 4.1.7.0123),...
View ArticleGet HTML Editor propertie
HiFollowing the example from ajax source code, i have setup a custom button to my toolbar and 2 new properties.property 1 defines if button shows or not ( working ok ) , and property 2 would be a...
View ArticleDoes your directory structure matter for Ajax Toolkit to work?
Within the root of directory of my website I have created a Application Folder that I am building my .net application in. I have all my .net folders in my application folder, Bin, App_Code, etc. The...
View ArticleAjaxFileUpload bug re-introduced
Hello, Working with the AJAX tool kit with Visual Studio 2008I have two issues here, one being a bug that was initially fixed by a quickfix the source code in the July 2012 3.5.60623 release done...
View ArticleLoad data in Grid
Hello,I have 1000 records and am showing in the grid. I dont want to do paging, instead I am using scroll bar to show only 10 records and want to load other records on scroll bar pull.How can I...
View ArticleSearch box not working when enter key is pressed
hiI have a multiline text box to search any string or character. It is working fine when search text is entered without pressing enter key but do show result when an enter key is pressed.I want that...
View ArticleCSS changes not kept between PostBacks in AJAX UpdatePanel
Hi,I have panel in an AJAX UpdatePanel.I need to change its position by changing its CSS class - this works fine.However on PostBack panel returns to original position and I need it to stay in position...
View ArticleUpdateProgress displays at page load in Firefox
hello,i am using an UpdatePanel with an UpdateProgress control to display a message if the computing takes more than 3 seconds to respond. everything works fine in IE v10 and Safari, but for some...
View ArticleAjax - timer continue working when pressing F5 althogh we stopped it on page...
Hi,I have ceheck box when it cfecked on OnCheckedChanged event I set the timer as follow:_timer.Enabled = true; and when is unchecked _timer.Enabled = false;In checked mode i redresh the label with...
View ArticleReportViewer Borders
I have a reportviewer created in Visual Studio 2010. The toolbar has borders, each control on the toolbar has borders, empty spaces on the toolbars have borders. The report itself when generated has 3...
View Articleasp.net page postbacks when mouse is moved over embedded youtube flash video
Hi All, I am developing a site in which youtube video’s will be added to asp.net page using the <iframe> HTML code given at youtube.com site. When I run the program, in the web page youtube video...
View Articleasynchronous postback interfering with button click events
Sys.WebForms.PageRequestManager.getInstance().add_beginRequest is causing a button click event not to fire.protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { string...
View ArticleIE9 - posting data in AutoCompleteExtender textbox
I have been weird problem with IE9. if only my site opened in ie , then no problem, it works fine. When multiple sites are open in different tabs, My site is asking for ntml authentication while...
View ArticleModalPopupExtender on page load of any page in a directory
Hello all,I have a simple asp.net 2.0 website, I need a desclaimer to be shown in a ModalPopupExtender on the page load of any page loacated in a specific directory in my website. I need this to happen...
View Articlewhat is differences list of below table in asp.net?
Table t1 = new Table(); DataTable dt = new DataTable(); HtmlTable tbl = new HtmlTable(); Hashtable hash = new Hashtable();
View ArticleAjaxFileUpload ContextKeys
Are the ContextKeys ever going to become functional? And will the be editable via javascript before the file is sent for upload? I see in the sample that ContextKeys is a property but it's not...
View ArticleAJAX traffic
Is there a way to see how much traffic AJAX makes on a page? I am making a game and wish to know how resourceful my code is. To be specific, for each call ajax makes, for the data it sends and...
View ArticleUpgrade of Ajax Control toolkit causes change in behavior
I just upgraded the AjaxControlToolkit.dll from 4.0.5.0731 to 4.1.7.0725 and noticed an important change of behavior:Both CompareValidator and MaskedEditValidator are always on! Even if I specified...
View ArticleChanging maxJsonLength property in web.config has no effect
I am using an MS Virtual Earth AJAX control to plot custom boundaries on amap in my ASP.Net 3.5 site. I have a WCF service which I call from ASP.Net to return the points I need to plot. In one...
View ArticleTabcontainer onemand not working
Hello,I have the latest ajaxtoolkit and in the tabcontainer I have set ondemand=true and in the tabpanel I have set OnDemandMode=once. But the tab container loads all the tabs on page load and loads...
View Article