TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Subin Thomas
NA
4.9k
125.8k
cant fetch gridview data !
Jun 7 2019 3:05 AM
i have a gridview1 and to get its data of select button field
int
rowIndex = Convert.ToInt32(e.CommandArgument);
GridViewRow row = GridView1.Rows[rowIndex];
string country = row.Cells[1].Text;
in this index 1 is giving me null on runtime
how to get value ?
Reply
Answers (
9
)
how to access gridview column values into another function ?
Fileupload control not working with update panel