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
Sudarvizhi J
NA
101
23.9k
How to use item template control in header template
Sep 18 2017 9:13 AM
How to use item template control in header template using repeater control. For example
In aspx Page:
<asp:Repeater ID="Repeater1" runat="server">
<HeaderTemplate>
<div id="headeritemdiv" runat="server">
test Header
</HeaderTemplate>
<ItemTemplate>
<div id="itemdiv" runat="server">Test</div>
</ItemTemplate>
<FooterTemplate>
</div>
</FooterTemplate>
</asp:Repeater>
If itemtemplate control hide means and header template div also hide. How to do .
Please explain ASAP
Reply
Answers (
0
)
Retrive data from database(oracle) according to pagination
Dynamic survey from Json