Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: Datagrid Problem..


Message #1 by Jagdeep Dua <Jag.Dua@n...> on Thu, 19 Jul 2001 15:42:18 +0100
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

 

 

  Return to Index