I have a gridview where one column is going to be a hyperlink that will open a new browswer window and display a file so upon clicking this link I am currently using the NavigateUrl and calling a new page and setting the target to blank. My problem is that in this new page I will need to know the ID of the row that was selected. How can I pass this information? Querystring doesn’t seem to work?
Share
Check out HyperLinkField’s NavigateUrlFormatString property here.