Dim myTCell As TableCell
                  dim strID as string
                    myTCell = e.Item.Cells(8)
                    Dim myDeleteButton As LinkButton
                    myDeleteButton = myTCell .Controls(0)
                    strID = dtblCollect.DefaultView.Item(e.Item.DataSetIndex).Item("ID")
                    myDeleteButton = myTCell .Controls(0)
                    strURL = "xxx.aspx?id=" strID                    myDeleteButton.Attributes.Add("onclick", "return window.open('" & strURL & "','','left=0,top=0,width=800,height=600');")