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
Cally K
1.2k
507
15.4k
How to get values from repeater control rows?
Jan 23 2019 10:22 PM
Hi,
This is my aspx page.
<
asp:Repeater
ID
=
"selected_weeks_repeater"
runat
=
"server"
>
<
HeaderTemplate
>
<
table
border
=
"1"
>
<
tr
>
<
th
>
Sheet Names Selected by User
</
th
>
</
tr
>
</
HeaderTemplate
>
<
ItemTemplate
>
<
tr
>
<
td
>
<
%# Container.DataItem %
>
</
td
>
</
tr
>
</
ItemTemplate
>
<
FooterTemplate
>
</
table
>
</
FooterTemplate
>
</
asp:Repeater
>
how do I get the values tha are already populated into the rows of the selected_weeks_repeater. There are no controls inside the repeater control, its just enclosed with the tage. Please help, do I need to put control like Label instead?
Reply
Answers (
3
)
Unable to uncheck a checkbox at first click
Retain values of List between page postbacks