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
piya p
NA
84
47.9k
How remove submit query in output?
Apr 15 2014 6:43 AM
Div
In my application I am using datalist and inside it using image button.
code is like:
<asp:DataList ID="mydatalistlist" RepeatDirection="Horizontal" RepeatColumns="3" runat="server" Height="102px" Width="229px" >
<ItemTemplate>
<asp:ImageButton ID="MyImageButton" runat="server" ImageUrl='<%# Eval("value1") %>' OnClick="MyImageButton_Click" />
</ItemTemplate>
</asp:DataList>
By using above code I am getting image properly but after every image I am getting "Submit Query".
How to remove it?
Reply
Answers (
2
)
difference b/w in website and Webform?
functionalityofapplication(inControllers)hastoexposed as WCF