Hi,
I've already posted this question to the ASP.NET forum, but I thought I'd post it here, too:
On one of my pages, I'm passing a variable to another page via a URL variable like this:
<asp:HyperLinkColumn DataNavigateUrlFormatString="details.aspx?ID={0}" DataNavigateField="OrderID" DataTextField="Quantity"></asp:HyperLinkColumn>
And that works fine.
But what if I want to pass two parameters via URL? I want to pass the OrderID and the Quantity.
How do I do that?
Thanks in advance,
Suzanne
I've already posted this question to the ASP.NET forum, but I thought I'd post it here, too:
On one of my pages, I'm passing a variable to another page via a URL variable like this:
<asp:HyperLinkColumn DataNavigateUrlFormatString="details.aspx?ID={0}" DataNavigateField="OrderID" DataTextField="Quantity"></asp:HyperLinkColumn>
And that works fine.
But what if I want to pass two parameters via URL? I want to pass the OrderID and the Quantity.
How do I do that?
Thanks in advance,
Suzanne