Target="_blank" is actually the easiest, especially if you are using hyperlink controls. Otherwise, append javascript using the DataGrid's ItemCreated event, and add the javascript:
e.Item.Cells(<index>).FindControl("<id>").Attribut es.Add("<attribute>", "<script>")
Also make sure the hyperlink has an ID.
Brian
|