protected void GridView1_RowCommand{
LinkButton linkbt = (LinkButton)(e.CommandSource); GridViewRow row = (GridViewRow)linkbt.NamingContainer; time=GridView1.Rows[row.RowIndex].Cells[9].Text;
}