scriptmanager
Registering a script at the end of the page using RegisterClientScriptBlock to avoid sys undefined error
I need to call the following programatically to set something up when a modal popup is shown. Sys.Application.add_load(modalS开发者_运维问答etup);[详细]
2023-04-12 03:43 分类:问答Asp.net Script Manager Memory Leak
I am using asp.net script manager and the code is as given below: <asp:ScriptReference Path=\"~/Scripts/jquery-1.5.1.min.js\"/>[详细]
2023-04-09 23:02 分类:问答With Ajax Update panel, ScriptManager.RegisterStartUpScript is not working if placed in page_onerror
I have a requirement to show user an alert box when there is some exception happened at page level (For different exceptions message is different).[详细]
2023-04-03 17:00 分类:问答ASP.NET ScriptManager-based AJAX calls to web service failing
We have a gaming application in which clients, all running IE make calls to web services using the API genera开发者_开发知识库ted by the ASP.NET ScriptManager.[详细]
2023-04-03 05:12 分类:问答AJAX SciptManager causing problems
I\'m trying toget a ScriptManager working in .NET 3.5 but getting a scriptmanager exception. I\'ve just removed all of the UpdatePanels from the page and refactored everything into UserControls so the[详细]
2023-03-31 07:18 分类:问答IIS 7.5 wont load web service javascript
Im having an issue getting my webservice javascript loaded via a script manager I register a service using the following code:[详细]
2023-03-31 02:32 分类:问答'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\" AsyncPostBackTimeout=\"500\" EnablePageMethods=\"true\">[详细]
2023-03-28 06:59 分类:问答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 this piece of code is not working. SoI need to call there scriptmanager, but i get so[详细]
2023-03-25 08:42 分类:问答Cannot Find Ajax Controls in Visual Studio 2008
I started learning asp.net recently and when I try to add a script manager control on 开发者_StackOverflow中文版a new webform I don\'t find it or the ajax control section within my toolbox. I searched[详细]
2023-03-25 05:45 分类:问答How to add Script in the Page <head></head> dynamically
I use asp.net 4 and c#. I have a Web User Control inside a Web Fro开发者_如何转开发m page. When I include the Web User Control I would like also include programmatically some script within thetags fo[详细]
2023-03-25 04:32 分类:问答