The DataGrid’s HyperLinkColumn column is great to have a column with an hyperlink that points to an Url with a parameter whose value is taken from the data source, but what if you need to build the target Url with more than one parameter taken from the data source? In this case you can use a template column as follows:
“EmployeeID”, Container.DataItem(“ID”),
“EmployeeName”, Container.DataItem(“FirstName”)) %>’ />