About 823,000 results
Open links in new tab
  1. What does script manager control actually do? - Stack Overflow

    Jan 5, 2013 · ScriptManager control registers the script for the Microsoft AJAX Library with the page. This enables client script support features such as partial-page rendering and Web-service calls.

  2. <asp:ScriptManager in Asp.Net webforms, how it works?

    Mar 7, 2020 · Basically when the ScriptManager tries to load up these scripts, it can load them up from System.Web or the path attribute and eventually in this case, the ScriptManager dedupes the script …

  3. The ScriptManager must appear before any controls that need it

    Nov 20, 2012 · We no need to remove any PlaceHolder it is guiding structure but you must have to add the web form Contents in Same PlaceHolder where you added your ScriptManager (on Master Page) …

  4. c# - Differences between ScriptManager and ClientScript when used to ...

    Dec 11, 2011 · ScriptManager is an optional extension to ASP.NET WebForms (as a part of ASP.NET AJAX) and essentially extends ClientScriptManager to allow for removing registrations and also …

  5. c# - What is script manager and updatepanel - Stack Overflow

    Oct 15, 2015 · The ScriptManager manages the Ajax script libraries and script files. It also manages partial-page rendering, and client proxy class generation for Web and application services.

  6. Cómo funciona el ScriptManager.RegisterStartupScript

    Quería saber si alguien me puede orientar un poco en cómo se usa el ScriptManager de asp. Buscando respuestas en internet encontré este post en stackoverflow en ingles -> link y otras cosas más.

  7. c# - Only one instance of a ScriptManager can be added to the page in ...

    Sep 30, 2013 · Below is what MSDN says about ScriptManager Control. Only one instance of the ScriptManager control can be added to the page. The page can include the control directly, or …

  8. Add ScriptManager to Page Programmatically? - Stack Overflow

    Feb 14, 2014 · Because of the nature of the environment, Adding the Script Manager directly to the page is not an option, and so must be added programmatically. I have attempted to add the ScriptManager …

  9. Script Manager in ASP.NET 4.5 Web Forms - Stack Overflow

    Jan 16, 2014 · The scriptmanager has been updated in asp.net 4.5 - and bundling & minification has been added to web forms. These are up to date features - and should work together no?

  10. What does a ScriptManager script reference do? - Stack Overflow

    Jun 5, 2015 · Enables partial page rendering Eanbles client side script access to web services Enables use of authenication and profile services from the client Only one ScriptManager can be allowed per …