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
I want to get the Gridview Cell value by Columname.
Vasanth Jack
7y
228
1
Reply
Am using this Method
foreach(gridviewrow row in grd.rows)
{
string id=row.cells[4].text;
}
But its not Good Coding Practice
i want to get the cell value by the column name
Post
Reset
Cancel
Answers (
2
)
Next Recommended Forum
Error regarding to dll files and assembly loading
Is this possible to read all my facebook friends email id's?