Hi Guys, Windows 2000, IIS 5.0 ASP.NET

I am using DataGrid with HyperLinkColumn, it works O.K,

Problem is: I need to send to my link page two values, (salesId and productNo) sofar I can send only one. Thanks!!

- The value of the Clicked cell
- The value of the First cell at the same row

Sql Table
productNo orderNo salesId
2500 025 MC02

<asp:HyperlinkColumn runat="server"
DataNavigateUrlField="productNo"
DataNavigateUrlFormatString="report4.aspx?id={0}"
DataTextField="salesId"
</asp:HyperLinkColumn>