I am using a hyperlink as a column in a datagrid. I noticed that it does redirect to the hyperlink but just wondering ho
to have it open a new broswer window, leaving the window with the datagrid open in the background
Thanks Paul.

RE: using hyperlink on data grid, need to spawn new window by anonymous

anonymous
Thu May 13 17:41:03 CDT 2004

Got it working, just had to use TARGET = _blank in the hyperlinkcolumn tag.