Hi.
After a while I finaly discovered how to use HyperLinkColumn s.
What I can't find is how to send mote than one "value" like
page.aspx?id1&i d2!!!
<asp:HyperLinkC olumn DataNavigateUrl Field="InvoNo"
DataNavigateUrl FormatString="I nvo.aspx?Id={0} " DataTextField=" InvoNo"
HeaderText="Inv o No.">
<HeaderStyle HorizontalAlign ="Left"></HeaderStyle>
<ItemStyle HorizontalAlign ="Left"></ItemStyle>
</asp:HyperLinkCo lumn>
I also need to send: ID2=Request.Que ryString("custn o")
??
Invo.aspx?Id={0 }&ID2=Request.Q ueryString("cus tno")
Thanks...
Morten
After a while I finaly discovered how to use HyperLinkColumn s.
What I can't find is how to send mote than one "value" like
page.aspx?id1&i d2!!!
<asp:HyperLinkC olumn DataNavigateUrl Field="InvoNo"
DataNavigateUrl FormatString="I nvo.aspx?Id={0} " DataTextField=" InvoNo"
HeaderText="Inv o No.">
<HeaderStyle HorizontalAlign ="Left"></HeaderStyle>
<ItemStyle HorizontalAlign ="Left"></ItemStyle>
</asp:HyperLinkCo lumn>
I also need to send: ID2=Request.Que ryString("custn o")
??
Invo.aspx?Id={0 }&ID2=Request.Q ueryString("cus tno")
Thanks...
Morten
Comment