I am using dotnetnuke to build websites. when i tried to implement rating control of ajax extender tool kit, it shows some error and i'm not getting the preferred output. Not only in the case of rating control, but also for all types of controls in ajax tool kit. Is anybody know ajax extender control tool kit support dotnet nuke?
Asked
Active
Viewed 345 times
3
-
Have you seen this here on SO: http://stackoverflow.com/questions/7610380/does-dotnetnuke-6-support-ajax-control-toolkit – Simon Mourier Feb 28 '12 at 17:04
2 Answers
1
This control used to work really well, but with all of the changes since around DNN 5.x and the conversion to .NET 3.5 I have not found a stable way of integrating it.

Mitchel Sellers
- 62,228
- 14
- 110
- 173
-
Only+one+instance+of+a+ScriptManager+can+be+added+to+the+page...this is the error showing – Mar 01 '12 at 10:11
0
if you have display problem (with the positioning of controls), put the extender in a div and set the position to relative for the DIV

PraveenVenu
- 8,217
- 4
- 30
- 39
-
Only+one+instance+of+a+ScriptManager+can+be+added+to+the+page...this is the error showing – Mar 01 '12 at 10:11
-
do not put script manager control, instead use the below code in codebehind DotNetNuke.Framework.AJAX.RegisterScriptManager() – PraveenVenu Mar 01 '12 at 10:47
-
-
still its not working..i pasted the your code in the page load..this is my aspx code