I\'m developing an ASP.NET application with C# and Visual Studio 2008 SP1. I\'m using WebForms. I have an ASPX page with two UpdatePanels, one on the left that holds a TreeView and other on the right
I\'m using the PagingBulletedListExtender with an IndexSize=\"1\". This displays alphanumerics relevant t开发者_C百科o the list items.
I have a textarea that has the ajaxcontroltoolkit dropdownextender associated with it, and a panel that contains a gridview with the options for the user to select from.
I have this line declared in my web.config file: <add tagPrefix=\"ajax\" namespace=\"AjaxControlToolkit\"
I downloaded Ajax Control Toolkit and want to add its components to my project. I Used ValidatorCallOut Component as an extender of a Textbox and when user changes focus to another Textbox ValidatorCa
I was recently asked to stop using the Ajax Control Toolkit 3.0 in my application and need to go back to 1.0. Luckily I only have one calendar control which I don\'t believe will be affected by this.
Has anyone succeeded in using AsyncFileUpload in DotNetNuke? Although the module is marked as \"allow partial render\", I get two errors in web page, as alerts:
I\'m AjaxControlToolkit\'s AsyncFileUpload control to upload files to server. It is placed in an UpdatePanel but when someone uploads a new file, a post back occurs. Why a post 开发者_如何学JAVAback o
I\'m trying to use a WCF service to fulfill MS Ajax AutoCompleteExtender completion list. I tried two alternatives. If I add a WCF service in my website project, AutoCompleteExtender calls it thriugh
I have a problem with my AJAX and ASP.NET 3.5 :( Problem is really weird, as I\'m using the same thing on dif开发者_开发问答ferent page and it works fine in there, but on this specific page, this is n