We have a SharePoint Solution that uses the Microsoft Ajaxtoolkit. I am doing some performance testing and see that the javascript is being downloaded for each page, causing some page to download mor
I made a pop control on the master page in asp.net 3.5 please see the following code: Main.master aspx code:
I have this modalPopupExtender, I want it to show a CheckBoxList with some data. I have set up a button to call both the method to fill the CheckBoxes and trigger the modalPopup (TargetControlID).they
We have an AutoCompleteExtender linked to a TextBox. Both controls are placed inside an UpdatePanel, and the UpdatePanel is displayed as a pop-up dialog using a Javascript library (Ext.BasicDialog).
I recently upgrade this configuration: ASP.NET 2.0 AjaxControlToolkit, 1.0.20229.0 System.Web.Extensions, Version=2.0.0.0
I recently started to use AjaxControlToolkit v3.0.30930.0 in my application together with System.Web.Extension 3.5.
I have an update panel which contains a few controls, a Place Holder which is开发者_运维技巧 dynamically populated (i don\'t know if this is what is causing the error) and after the post is made the s
I\'ve got an ASPX page set up that loads and displays dynamic data from a local SQLite database. Since the data is being written to the database from a separate C# application, I\'ve set up my ASPX pa
I have an ASP.NET 3.5 web application in which i am using the ToolkitScriptManager as below: <ajaxToolkit:ToolkitScriptManager ID=\"ToolkitScriptManager1\" EnablePageMethods=\"true\" ScriptMode=\"
I\'m trying to make a default modal box that must be开发者_开发问答 accessible from any part of the application, and need to be called whenever I want from inside any page. (must be called from code-b