Check out this post from Jonas Stawski on a workaround using a <asp:BoundField> control:
http://aspsoft.blogs.com/jonas/2006/04/gridview_hyperl.html
I tried this and modified the javascript to a window.open function. It works, but when the child page opens, the parent page is blanked except for the text "[object]". If I refresh the parent page, it then says "null".
Here is my javascript code:
<a href=javascript:window.open('Temp.aspx','_blank','left=400,top=100,height=250,width=250,status=no,resizable=no,scrollbars=no,toolbar=no,location=no,menubar=no');</a>"
Any ideas here?
PS I see that this is an old post. Did you have any luck on the original problem?
Thanks.
Tom Stanley