Top "Scriptmanager" questions

ScriptManager is an ASP.

ScriptManager.RegisterStartupScript code not working - why?

I have used code like this in the past to successfully pop up an alert message on my asp.net …

javascript asp.net scriptmanager
Can't get ScriptManager.RegisterStartupScript in WebControl nested in UpdatePanel to work

I am having what I believe should be a fairly simple problem, but for the life of me I cannot …

c# asp.net ajax updatepanel scriptmanager
RegisterStartupScript doesn't work with ScriptManager,Updatepanel. Why is that?

protected void timer1_Tick(object sender, EventArgs e) { foreach (RepeaterItem item in rpChat.Items) { TextBox txt = item.FindControl("txtChatMessage") as …

asp.net updatepanel scriptmanager
asp.net ScriptManager PageMethods is undefined

I want to call static server-side methods from JS so i decide to use ScriptManager control on my site. So …

javascript asp.net ajax scriptmanager
Add ScriptManager to Page Programmatically?

I am developing a WebPart (it will be used in a SharePoint environment, although it does not use the Object …

c# sharepoint-2007 web-parts scriptmanager
Difference between script manager and toolkit script manager

What are the differences between ScriptManager and ToolkitScriptManager? I found only one convincing reason: that ToolkitScriptManager improves page performance. If …

asp.net asp.net-ajax scriptmanager
ScriptManager.RegisterStartupScript() method not working - ASP.NET, C#

I have used ScriptManager.RegisterStartupScript() method in order to show an alert when particular thing happens in back end.It …

javascript c# jquery asp.net scriptmanager
ASP.NET Ajax client-side framework failed to load

I got this error: ASP.NET Ajax client-side framework failed to load with the error: 'Sys' is undefined. The error …

asp.net ajax scriptmanager
How to get the ScriptManager of Master Page into Child page's code behind c# (.cs) file

Following is the web site environment I created: I have a Master page. I have created a Child page from …

c# asp.net master-pages scriptmanager
Only one instance of a ScriptManager can be added to the page

I had an ASP UpdatePanel to update a gridview which worked fine, now I wanted to also use AjaxControlToolkit for …

asp.net ajax asp.net-ajax scriptmanager