Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Bas Schouten 135 posts 233 karma points
    Oct 23, 2009 @ 21:40
    Bas Schouten
    0

    Scriptmanager

    Hy,

    I am trying to install the Poll Package. There is a note that the page should have an scriptmanager.

    What is a script manager? And what are the possibilities to use one?

    Maybe this is an stupid question. but can someone help me?

    Cheers,

    Bas 

  • Frederik Vig 29 posts 61 karma points
    Oct 23, 2009 @ 22:18
    Frederik Vig
    0

    Script manager is an ASP.NET control that you need to include to enable ASP.NET AJAX (the easy way at least).

    <asp:ScriptManager runat="server"></asp:ScriptManager>

    Add that to your masterpage.

    It will basically include the right client side scripts that ASP.NET AJAX uses and add them to your page.

    More information: ScriptManager Control Overview

  • Bas Schouten 135 posts 233 karma points
    Oct 23, 2009 @ 22:33
    Bas Schouten
    0

    Thanx a lot, it works just perfect!

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies