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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HyperLinkColumn 1

Status
Not open for further replies.

manny1234

IS-IT--Management
Mar 13, 2006
58
US
Good morning,

I need a way to set to variables in the querystring.
Code:
[URL unfurl="true"]http://www.server.com?id=something&id2=something[/URL] completely different
Here is what I have.

Code:
<asp:HyperLinkColumn HeaderText="MID"
DataTextField="MID"
DataNavigateUrlField="MID"
DataNavigateUrlFormatString="Residualstatement.aspx?id2={0:MID&'id3'=request.querystring(ID)}"
/>

id2 will show up in the url but id3 will not. I know it has something to do with DataNavigateUrlField. But I am not sure what to do about it. Any thoughts?
 
manny - take a look at faq855-4372 and see if that doesn't pull you through this.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top