DataGrid ?

rangerbud249

Active member
Joined
Aug 18, 2004
Messages
27
Programming Experience
Beginner
I have a datagrid with a Hyperlink column. In this link I would like to pass multiple values about that row to another form.

Is there a way to have 2 DataNavigateUrlFields?

this way i could pass something along these lines

DataNavigateUrlFormatString="mypage.aspx?MID={0}, Nomenclature={Nomenclature}

the second value that I want to pass is a field that is also part of my row.

Thanks,

Jose
 
Back
Top