Re: Dynamic Link Generation

2008-01-27 Thread mgiedt
Great, that handles my security question, thanks. Now if my two users have access to different reports, the only way to present this is through a DropDownChoice (with each report as an item) as opposed to rows of anchor tags? Could you suggest an alternative display strategy? With thanks, -Matt

Dynamic Link Generation

2008-01-26 Thread mgiedt
Suppose I have two users, one with admin rights and one without. How do I remove the 'admin' link from my application when the non-admin logs in? Something similar to the TabbedPanel where I can dynamically create individual tabs, how do I dynamically create a list of links? With thanks, -Matt -