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
Aman Jen
NA
141
40.6k
CheckBoxList
Jul 30 2013 4:36 PM
Hi ,
I have this code, which is working fine for checkbox, which show records on button click event.
Public Sub ChkFunc()
If chk1.Checked = True Then
ShowData1()
ElseIf chk2.Checked = True Then
ShowData2()
End If
here, ShowData1 And ShowData2 are functions()
And ChkFunc I am calling it on button_click event.
Now what I want is , I want to pass same function as I have passed to Checkbox...to CheckBoxList Control..i.e I want to use CheckBoxList Control instead of individual checkbox
How to do it...?
I hope I am Clear with the query..
Plz Help
Thnx
Reply
Answers (
19
)
LINQ quary question
id not getting incremented in database in c#asp.net