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

Urgent ToolTip Requirement

3 Answers 54 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
suresh
Top achievements
Rank 1
suresh asked on 29 May 2009, 09:25 AM
HI,

I need a ToolTip ( Server Side) with 4 rows and 2 Colums..... as shown Below

Name  |       (Value of name from DB)
Address  |       (Value of Address from DB)
Phone  |       (Value of Phone from DB)
Age  |       (Value of Age from DB)

The lefthand side is default and right hand side is from Db......

Hope u got my issue ....

looking forward for a Positive and Quick Reply...

Regards,
Suresh S

3 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 29 May 2009, 11:29 AM
Hello Suresh,

You can use a table inside a usercontrol and then load the user control on displaying the tooltip. Check out the following demo which illustrates a similar scenario:
ToolTip

Thanks
Princy.
0
Svetlina Anati
Telerik team
answered on 29 May 2009, 02:44 PM
Hi suresh,

 The RadToolTip control does not influence your DB logic or code, once you create the needed table you should just put it in the tooltip and everything should work as expected. It is up to you to decide whether to build a user control or form the table directly on the page and also you should decide whether to use AJAX and LOD to show the content or simply use a separate tooltip with the content declared in its markup.

This being said, I suggest to first determine your exact goal and to choose whether to use a separate RadToolTip or a RadToolTipmanager - you can find a comparison between both controls below:

http://demos.telerik.com/aspnet-ajax/tooltip/examples/tooltipversustooltipmanager/defaultcs.aspx

Sincerely yours,
Svetlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
suresh
Top achievements
Rank 1
answered on 31 May 2009, 08:49 AM
HI ,


Thanks for the reply,

Please send me a sample application of it....


with regards,
suresh s

Tags
ToolTip
Asked by
suresh
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Svetlina Anati
Telerik team
suresh
Top achievements
Rank 1
Share this question
or