Display SharePoint lookup field on publishing website
        Posted  
        
            by Slace
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Slace
        
        
        
        Published on 2009-03-11T04:55:04Z
        Indexed on 
            2010/04/19
            13:13 UTC
        
        
        Read the original article
        Hit count: 540
        
A page within our MOSS publishing website has a property which is a lookup field.
I only want the selected text to be displayed when you view the page not in edit mode, but when I use the Microsoft.SharePoint.WebControls.LookupField it generates a hyperlink to the SharePoint list item (obviously bad).
Is there a way around this, short of creating my own lookup field control?
© Stack Overflow or respective owner