Top "Scriptmanager" questions

ScriptManager is an ASP.

ScriptManager.RegisterStartupScript not working on ASP Button click event

what I have tried I'm trying this since yesterday, to trigger a alert() when an ASP Button_Click. However, when …

asp.net alert scriptmanager registerstartupscript
ScriptManager adding script multiple times to page (duplicates)

This is the exact same question as this unanswered one from May. (edit) Note: this unanswered post exactly describes the …

c# asp.net scriptmanager
How to run javascript from c# in asp.net

I am new to Asp.Net and i have my aspx page like this <%@ Page Title="" Language="C#" MasterPageFile="~/…

javascript c# asp.net scriptmanager
ASP.NET Giving error: Your browser does not support scripts or has been configured not to allow scripts

I'm trying to display an RDL report using the ReportViewer control. I already managed to load my report with some …

asp.net reportviewer scriptmanager report-viewer2010
WebResource.axd and ScriptResource.axd load very slowly

Under normal circumstances the two .axd files load at normal speeds to the browser, i.e. a few hundred milliseconds. …

c# asp.net iis scriptmanager
How do you use ScriptManagerProxy in a custom ASP.NET control?

Basically, I have created a custom control that uses an UpdatePanel, and as I understand it I need to use …

c# asp.net asp.net-ajax scriptmanager
ScriptManager.GetCurrent ( Page ).IsInAsyncPostBack throws an error at runtime

it's a couple of hours that I'm stuck on what apparently seems a very silly problem and I cannot move …

c# javascript asp.net updatepanel scriptmanager
RegisterClientScriptBlock parameters usages in real scenarios?

http://i.stack.imgur.com/dVjHt.jpg I never understood the real usage of the Control , type,key usages of …

c# javascript .net scriptmanager registerclientscriptblock
How do I disable chunked transfer-encoding when using compressed dynamic content?

I want to disable chunked transfer encoding on my web server, in order to avoid this bug: http://support.microsoft.…

iis internet-explorer-6 gzip scriptmanager transfer-encoding