How do I get this line to insert the number??
int PriKey = (AdminGridView.Rows[e.RowIndex].Cells[0]).insert here;
I can't for the life of me do this, for example if I wanted text I would put...
string PriKey = (AdminGridView.Rows[e.RowIndex].Cells[0]).Text;
Stelly
p.s. sorry sorry sorry
int PriKey = (AdminGridView.Rows[e.RowIndex].Cells[0]).insert here;
I can't for the life of me do this, for example if I wanted text I would put...
string PriKey = (AdminGridView.Rows[e.RowIndex].Cells[0]).Text;
Stelly
p.s. sorry sorry sorry