Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: hyperlinkcolumn DataNavigateURLFormatString


Message #1 by Eric Jacobsen <ejacobse@a...> on Tue, 29 Jan 2002 12:33:55 -0800
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01C1A975.A575C0B0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

This is working for me:

<asp:HyperLink id=3D"hSug" runat=3D"server" 
ImageUrl=3D"../images/Sug.gif"
NavigateUrl=3D'<%# "../Suge.aspx?id=3D" &
Container.DataItem("ID").ToString()%>'>
</asp:HyperLink>


In your code you have <# instead of <%# ...

Hope this will help you

Carla Barros


-----Original Message-----
From: Eric Jacobsen [mailto:ejacobse@a...]
Sent: ter=E7a-feira, 29 de Janeiro de 2002 20:34
To: ASPX_Professional
Subject: [aspx_professional] hyperlinkcolumn 
DataNavigateURLFormatString

Can multiple columns be bound using this property?  I have had a hard 
time
with the syntax.  I am trying..

datanavigateurlformatstring=3D'<#"invoice.asp?"& "&slo=3D" &
container.dataitem("WSSLOC").tostring() & "&div=3D" &
container.dataitem("WSDIV").tostring()%>'

but this code is not working.  Have any of you been here before?

eric

$subst('Email.Unsub').


  Return to Index