2
Answers

Override tooltip functionality in master page in contentpage

I have a table with columns in below mentioned structure

Sl.no name hierarchy 1 Animal null 2 cat animal 3 tiger animal/cat

The requirement is when we show name in a list box or dropdownlist ,when we hover over the name say tiger its hirerchy ie animal/cat should be displayed as a tooltip which is getting displayed using title attribute.

the problem is the master page has a default js code on document ready to display tooltip based on text whenever hovered over ie on hovering over "tiger" we get tooltip as "tiger".

so when this master page is linked to the content page that has the dropdown ,only the default tooltip gets displayed and teh hierarchy is not getting displayed.

Could you please provide a solution on how to override the master page code in conetnt page ?

Answers (2)
1
Bryian Tan

Bryian Tan

NA 9.4k 887.3k 12y
Hi,

It sound like you have version 655 but the mdf version is 661 (from MS SQL Server R2). There are couple of options.

  1. upgrade your SQL Server 2008 to SQL Server 2008 R2
  2. use the Generate Scripts tool to generate scripts for the database objects (abc) and run the script on your SQL server.
NOTE: You might have Microsoft SQL Server 2008 R2 Management Studio on your machine but that doesn't mean that you have Microsoft SQL Server 2008 R2
Accepted
1
Bryian Tan

Bryian Tan

NA 9.4k 887.3k 12y
Right click the database, Tasks, Generate Scripts...

http://msdn.microsoft.com/en-us/library/ms178078%28v=sql.105%29.aspx
1
mahesh kumar B M

mahesh kumar B M

NA 42 1.1m 12y
hi, where do we find this Generate Scripts tool to generate scripts for the database objects and plz share the link if its available. What are the steps to be followed to convert from sql server 2008 to sql server 2006 R2