Add Custom Hyper link In Sharepoint 2010 DataView Web part.

Add Custom Hyper link In Sharepoint 2010 DataView Web part.display another page url to redirect to click.

1<xsl:choose>
2<xsl:otherwise>
3 
4                        <xsl:attribute name="href">../Forms/DisplayPromoSummary.aspx?Id=<xsl:value-of select="$thisNode/@ID"></xsl:value-of></xsl:attribute>
5 
6       <xsl:value-of select="$thisNode/@ID">-<xsl:value-of select="$thisNode/@Title"></xsl:value-of></xsl:value-of></xsl:otherwise>
7 
8            </xsl:choose>

Comments