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
rachayita jaiswal
NA
217
106.5k
gridview Checkbox value
Feb 18 2014 1:42 AM
Hi,
I have 2 rows in gridview with checkbox, checkbox checked data I want to insert in database.
I have created this code but here row is showing 0 so its not working
submit button click
foreach (GridViewRow row in grdv_rights.Rows)
{
CheckBox chk = (CheckBox)row.FindControl("chkSelect");
if (chk.Checked)
{
lbl_user_rights.Text = "test msg";
}
}
please tell me the issue.
Reply
Answers (
2
)
how to get profile details out of Google Analytics using C#
Unable to update converted datatype column