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
king vel
NA
3
0
checkbox
Jan 29 2009 1:45 AM
i want to validate the check box present inside the datagrid...
checked or not...
asp.net using c#
foreach (DataGridItem i in DataGrid1 .Items )
{
CheckBox chk = (CheckBox)i.FindControl ("chkbox");
if (chk.Checked )
{
}
}
// i use this to code to add checkbox in data grid
<
asp
:
TemplateColumn
HeaderText
="Approve">
<
ItemTemplate
>
<
asp
:
CheckBox
ID
="chkbox"
Runat
="server"></
asp
:
CheckBox
>
</
ItemTemplate
>
</
asp
:
TemplateColumn
>
if u not able to understand my question plz ask me i will explain..
it is not working properly..
Reply
Answers (
1
)
Access windows application on website
Hyperlink