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
lokesh
1.6k
89
9.3k
Regarding repeater item template and alternateitem template
Apr 20 2019 12:28 AM
Hi,
I have the page structure as below,
<asp:Repeater ID="repitem" runat="server">
<ItemTemplate>
<div>Item 1</div>
<div>Item 2</div>
</ItemTemplate>
<AlternatingItemTemplate>
<div>Item 3</div>
</AlternatingItemTemplate>
</asp:Repeater>
When i bind data to this repeater, in the place of item 1 and item 2 same data is showing. I want 3 different items should be shown in item1,2 and 3 places. How can i achieve this ?
Reply
Answers (
1
)
String was not recognized as a valid DateTime. Error
How to encrypt URL In Mvc