I have a DataGrid and I was wondering if anyone knows to to spawn a new window when I click on the records hyperlink. I want the user selection to be displayed and processed in another window.You can use the HyperLinkColumn class to create a hyperlink that will open a new window for the selected column. This allows using the querystring to send parameters to the new page. This works if you want to open the same page - though it may contain different data - for each row. <BR><BR>HTH