Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Multiple parameters with DataNavigateUrlFormatString

Status
Not open for further replies.

sbushway

Programmer
Jan 27, 2003
58
US
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=&quot;details.aspx?ID={0}&quot; DataNavigateField=&quot;OrderID&quot; DataTextField=&quot;Quantity&quot;></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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top