Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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
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
Thanx a lot, it works just perfect!
is working on a reply...
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.
Continue discussion
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
Script manager is an ASP.NET control that you need to include to enable ASP.NET AJAX (the easy way at least).
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
Thanx a lot, it works just perfect!
is working on a reply...
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.