M
Mark B
I want to display a pre-designed graphical 'performance badge' on certain
webpages (round, about 2cm diameter) next to a salesperson's details.
I have a function, fGetPerformanceGrade(SalesPersonID as Long) as String to
retrieve that salesperson's grade (e.g. A+, A, A-, B+, B... D). Also one
other function, fGetMonthlySales(SalesPersonID as Long) as String to get
their sales figure, e.g. "$87K".
I want web visitors to be able to click the badge to then be redirected to a
sales low-level detail page.
I want the performance badge to include the two figures inside it.
I want the whole badge to be clickable so I am guessing the results of the
functions can't be text else the cursor will appear when people click on the
badge.
My thought then is that the badge needs to be constructed programmically at
run-time to incorporate those figures as pictures, or better still as part
of the overall graphic.
How would I do this? (I am a bit of a newbie to VB.NET)
Thanks very much in advance.
webpages (round, about 2cm diameter) next to a salesperson's details.
I have a function, fGetPerformanceGrade(SalesPersonID as Long) as String to
retrieve that salesperson's grade (e.g. A+, A, A-, B+, B... D). Also one
other function, fGetMonthlySales(SalesPersonID as Long) as String to get
their sales figure, e.g. "$87K".
I want web visitors to be able to click the badge to then be redirected to a
sales low-level detail page.
I want the performance badge to include the two figures inside it.
I want the whole badge to be clickable so I am guessing the results of the
functions can't be text else the cursor will appear when people click on the
badge.
My thought then is that the badge needs to be constructed programmically at
run-time to incorporate those figures as pictures, or better still as part
of the overall graphic.
How would I do this? (I am a bit of a newbie to VB.NET)
Thanks very much in advance.