aspx thread: Datagrid Problem..
Hello all,
I am trying to build a datagrid bound to a dataset in the code-behind. The
DataGrid has a hyperlink column as given below :
<asp:HyperLinkColumn DataNavigateUrlField="PKid;Name"
DataNavigateUrlFormatString="viewprofile.aspx?id={0}" DataTextField="Name"
HeaderText="Name"></asp:HyperLinkColumn>
my problem is that in the URL that I am linking to, I want to additionally
specify other querystring parameters such as Name, which is a field in the
dataset that I am using to bind to the datagrid in my codebehind. Does
anyone know how this can be done ?
Thanks,
Jagdeep Dua