Click here to Skip to main content
16,023,103 members

Comments by Member 4384856 (Top 3 by date)

Member 4384856 11-May-10 13:20pm View    
I am able to fetch the relevant informtation from DB. But I do not know how to make the tooltip property for dynamic contents. Further, I have never tried the on click functionality for dynamic contents. Please suggest the approach.
Member 4384856 10-May-10 20:53pm View    
Hi Christian,
Thanks a lot for replying. I was trying to attach the excel sheet for displaying schema but could not do so.
Currently I have data in form of excel Please see the link for excel: http://docs.google.com/leaf?id=0B1wLQYEcS6KOZThiYjgyZDAtMmZlNC00ZWU0LTkyYTYtMTlhNmRiZDQ5ODY0&hl=en.
It is a relation between pattern and quality. If there is some type of relation then the respective
cell is mapped. I need to push the data into DB and then display the data in same format as there in
excel on web page.

My Approach created Mstpattern table with follwing columnn
intPat txtPatName txtOtherName txtContext
MstQuality table
intQuality txtQAName txtQADefinition
Finally realtional table with columns as
intPatQMatrixRel intMatrix intPat intQuality intRelation txtComment
I am facing problem in displaying the relation. First of all both the quality and pattern lists are not
static and I have to display the relation as shown in excel. First cell in each row should be quality name
and first cell in each column in pattern. How can I display it dynamically and map the relation between
respective quality and pattern. Please help.

Regards,
Amit
Member 4384856 10-May-10 20:16pm View    
Thanks a lot for replying.
From DB I am fetching the name, description and other details about patterns. However, only names of the patterns are listed on the page. On mouse over the description about individual pattern should come (which also comes from DB). On Click of pattern new window should pop up containing all the details regarding individual pattern. EVerything is coming from DB.

Regards,
Amit