Thursday, June 5, 2014

Remove hyper link form lookup field in dataview webpart/Display form

 using substring we can remove the hyper link:

<xsl:value-of select="substring-before(substring-after(@PresentSupplier,'>'),'<')"  disable-output-escaping="yes" />

here PresentSupplier is a lookup column 

No comments:

Post a Comment