This is a migrated thread and some comments may be shown as answers.

Problems with ScriptManager

3 Answers 168 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Benigno Benavides Siller
Top achievements
Rank 1
Benigno Benavides Siller asked on 14 Sep 2007, 06:56 PM
Hi!

I´m new using the prometheus version. In my application I´m using a RadToolTip and a ScripManager and I have problems with the label asp:ScriptManager. I have been reading about this and I think the problem is the  version  AJAX . Becasuse I have the version 1.X and 2.0.

I don´t know what happen with this control..

Any suggestion?

Thanks.

3 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 18 Sep 2007, 03:34 PM
Hi Benigno,

Can you please provide more information on the problem? What exactly is the error message that you receive and what are the exact versions of the Ajax framework and the RadTooltip that you are using?



Regards,
Georgi Tunev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Benigno Benavides Siller
Top achievements
Rank 1
answered on 19 Sep 2007, 06:47 PM
Hi!

I'm using the version ASP.NET 2.0.50727
O.S.-> Windows XP
browser version->Internet Explorer 7
version of the telerik product-> Prometheus 2007.16.26
programming language-> Visual basic.net 2005
version AJAX framework->2.0


I wrote this simple example:

<body>

<form id="form1" runat="server">

<div>

<asp:ScriptManager ID="ScriptManager1" runat="server">

</asp:ScriptManager>

<asp:TextBox ID="txtValue" runat="server"></asp:TextBox>

<br />

<asp:TextBox ID="txtValue2" runat="server"></asp:TextBox>

<br/>

<asp:Button ID="btnSend" runat="server" Text="Send" />

<telerik:RadToolTip ID="RadToolTip1" Text="hello" runat="server" TargetControlID="btnSend" IsClientID="true" >

</telerik:RadToolTip>

</div>

</form>

</body>


When I run the application the error message  is:"Error in the page" and it appears in the status bar of the Explorer.

Thanks!





0
Georgi Tunev
Telerik team
answered on 21 Sep 2007, 12:05 PM
Hello Benigno,

I've tried to reproduce the problem locally in the same environment but to no avail - as you can see from the attached screenshot everything is rendered as expected and there are no errors on the page.

Try updating to the latest version of RadControls "Prometheus" and if you still experience problems - open a new support ticket and send us your project to check.




Greetings,
Georgi Tunev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
ToolTip
Asked by
Benigno Benavides Siller
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Benigno Benavides Siller
Top achievements
Rank 1
Share this question
or