Top "Scriptmanager" questions

ScriptManager is an ASP.

AjaxControlToolkit requires ASP.NET Ajax 4.0 scripts Error

I'm experiencing a AjaxToolkit Calendar display error in production only. Locally when debugging, this problem does not exist and the …

asp.net ajax ajaxcontroltoolkit scriptmanager
ScriptManager and UpdatePanel not found in namespace System.Web.UI

I have a MVC4/Web API project and I created a test page that consumes the Web API using Ajax. …

asp.net asp.net-ajax ajaxcontroltoolkit scriptmanager
setting the ScriptManager AsyncPostBackTimeout value on the ASP.NET content page

I am using Master pages for my ASP.NET website and in one of the content pages I upload a …

asp.net asp.net-ajax timeout master-pages scriptmanager
How to use ScriptManager in class file?

I Have a common method that displays alert message using page.clientScript. But later on i added update panel. Now …

c# asp.net scriptmanager
AJAX ScriptManager in UserControl

I have a UserControl that contains an UpdatePanel which wraps some other controls. The UserControl will be used on some …

c# ajax user-controls scriptmanager
How to include latest Jquery using <asp:scriptreference> in asp.net 4.5?

i want to include latest jquery in my web application. Bydefault jquery 1.7.1 is getting load. i know following code is …

c# javascript asp.net scriptmanager
'Sys.WebForms.PageRequestManager' is null or not an object

Hi I have an aspx page in which i have the following code <asp:ScriptManager ID="scriptManager" runat="server" …

asp.net scriptmanager
ScriptManager.RegisterStartUpScript(...) not working

I've used this command since I start my new project on ImageButton_Click Event, and it's working perfect in every …

asp.net scriptmanager
The name 'ScriptManager' does not exist in the current context

I copied some code to solve a problem with running JavaScript after an AJAX postback in ASP.Net. Unfortunately the …

javascript asp.net webforms asp.net-ajax scriptmanager
How to use external js file in ScriptManager.RegisterStartupScript?

i have a control which is on update panel. i want my javascript code run every time the updatePAnel is …

c# javascript scriptmanager