Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
2
Answers
FindControl not working...
avi_laviad
20y
3.6k
1
Reply
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?
Post
Reset
Cancel
Answers (
2
)
Next Recommended Forum
Accessing Oracle forms
why am i getting this compile error?