sortCell.Text = string.Format("{0}{1}: {2}", "", "<img src='../images/close.gif' onclick='btnUpdate_Click'>" + "Verse Title", currentValue);
sortRow.Cells.Add(sortCell);
ridTable.Controls.AddAt(rowIndex, sortRow);protected void btnUpdate_Click(object sender, EventArgs e)
{
        Table gridTable = (Table)ProductList.Controls[0];
        int index = this.ProductList.SelectedIndex;
}
运行后按钮事件无效,请问哪里出错啦