AQUANANU
Posts: 107
|
| Posted: 05/17/2005, 11:57 AM |
|
i am trying to hide a link depending upon a value in the record.
i have set the value of visible property to false of the link if the same is not to be showed.
but the link doesnt hide
help !!!!!!
_________________
Navneet Kakkar
CEO
Positive Thinker's Inc. |
 |
 |
smalloy
Posts: 107
|
| Posted: 05/17/2005, 12:24 PM |
|
The link needs to be in "Extended HTML", to do this:
Right Click on the link, then choose EDIT LINK LAYOUT, finally check the box labled EXTENDED HTML and you can then hide the link, i.e.
EventCaller.Visible = False
_________________
Anything can be done, just give me time and money. |
 |
 |
AQUANANU
Posts: 107
|
| Posted: 05/17/2005, 12:47 PM |
|
thanks smalloy, it worked
_________________
Navneet Kakkar
CEO
Positive Thinker's Inc. |
 |
 |
|