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
ajay raju
NA
398
0
find checkbox control in datagrid?
Apr 3 2010 6:09 AM
hi!
i am display checkboxes in my datagrid. (user select the checkbox and click delete button that record has deleted)
i am write code for testing like
dim cb as checkbox = directcast(datagrid1.FindControl("chkSelect"),CheckBox)
cb = new checkbox()
if cb.checked = true then
msgbox("Checked")
Else
msgbox("un Checked")
End if
my problem is
when i checked the checkbox
it display
Un checked
in msgbox. please correct my code. and give any example of giving this type of checkboxes and delete buttons in
datagrid.
Thanks
Reply
Answers (
1
)
Json in asp.net?
find checkbox control in datagrid?