Ajax Control Toolkit is loading too many script resources
I created a new project. I installed Ajax Control Toolkit from NuGet. Then I created a new page aspx with following code:
I created a new project. I installed Ajax Control Toolkit from NuGet. Then I created a new page aspx with following code:
Can anyone have a solution for this issue
I have a web application that I am attempting to upgrade to .net 4.0.
This is perhaps related to this question, but I have slightly more information.
We are using version 3.0.20229.0 of the asp.net ajaxControlTookKit (before .net 3.5 sp1). I was wondering if I can combine our custom javascript files into the ScriptResource.axd that the controlTookKit creates. I’ve found this article (http://blogs.msdn.com/delay/archive/2007/06/11/script-combining-made-easy-overview-of-the-ajax-control-toolkit-s-toolkitscriptmanager.aspx)
which tells me that I need to add the scriptCombine attribute to the assembly file. We are running a WebSite project, how can I add this attribute?
I have an ASP.NET page that uses the ASP.NET Ajax Control Toolkit TabContainer. In the Page_Load event, I am hiding some of the tabs based on the data given to the page. I then want to make one of the tabs active based on the value of an (optional) query string parameter.
i am trying to format a text box so that when the users can type in a phone number and it would automatically put it in the following format :(999)999-9999
I am using ajaxcontrols and in that all controls are working well But I had not found any of the control named as HtmlEditorExtender so I had just copied this tag in .html page
I have a standard AjaxFileUpload control