|
-
Oct 14th, 2003, 02:17 PM
#1
Thread Starter
Junior Member
is it possible in .NET
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>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|