2
Answers

FindControl not working...

Ask a question
avi_laviad

avi_laviad

19y
3.6k
1
hi, i got this datagrid: [code] [/code] when i try to get the text from the ID column : [code] TextBox text = (TextBox)e.Item.FindControl("Id"); string a = text.Text; [/code] i get nothing. why is that?

Answers (2)