D
DataGridUser
Hello all, I am using the
<asp: HyperLinkcolumn
DataNavigateUrlFormatString="Detail.aspx?id={0}" />
I got this from the samples.gotdotnet.com ..
is there a way where i can pass multiple Parameters ?
Please let me know if there are any examples of using a
hyperlink -- to create a Master/Detail relationship..
Thanks
<asp: HyperLinkcolumn
DataNavigateUrlFormatString="Detail.aspx?id={0}" />
I got this from the samples.gotdotnet.com ..
is there a way where i can pass multiple Parameters ?
Please let me know if there are any examples of using a
hyperlink -- to create a Master/Detail relationship..
Thanks