M
Morten
Hi.
After a while I finaly discovered how to use HyperLinkColumns.
What I can't find is how to send mote than one "value" like
page.aspx?id1&id2!!!
<asp:HyperLinkColumn DataNavigateUrlField="InvoNo"
DataNavigateUrlFormatString="Invo.aspx?Id={0}" DataTextField="InvoNo"
HeaderText="Invo No.">
<HeaderStyle HorizontalAlign="Left"></HeaderStyle>
<ItemStyle HorizontalAlign="Left"></ItemStyle>
</asp:HyperLinkColumn>
I also need to send: ID2=Request.QueryString("custno")
??
Invo.aspx?Id={0}&ID2=Request.QueryString("custno")
Thanks...
Morten
After a while I finaly discovered how to use HyperLinkColumns.
What I can't find is how to send mote than one "value" like
page.aspx?id1&id2!!!
<asp:HyperLinkColumn DataNavigateUrlField="InvoNo"
DataNavigateUrlFormatString="Invo.aspx?Id={0}" DataTextField="InvoNo"
HeaderText="Invo No.">
<HeaderStyle HorizontalAlign="Left"></HeaderStyle>
<ItemStyle HorizontalAlign="Left"></ItemStyle>
</asp:HyperLinkColumn>
I also need to send: ID2=Request.QueryString("custno")
??
Invo.aspx?Id={0}&ID2=Request.QueryString("custno")
Thanks...
Morten