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
Pankaj Kumar Choudhary
70
26.6k
13.4m
ImageButton Onclick Property
Mar 5 2015 2:49 AM
In my web form i have 5 imageButtons. Each Imagebutton call the same method on "OnClick" property. like:
<asp:ImageButton ID="ImageButton1" ImageUrl="~/Category_Icon/Computer2.jpg" runat="server" OnClick="call" ></asp:ImageButton>
<asp:ImageButton ID="ImageButton2" ImageUrl="~/Category_Icon/Computer2.jpg" runat="server" OnClick="call" ></asp:ImageButton>
<asp:ImageButton ID="ImageButton3" ImageUrl="~/Category_Icon/Computer2.jpg" runat="server" OnClick="call" ></asp:ImageButton>
<asp:ImageButton ID="ImageButton4" ImageUrl="~/Category_Icon/Computer2.jpg" runat="server" OnClick="call" ></asp:ImageButton>
<asp:ImageButton ID="ImageButton5" ImageUrl="~/Category_Icon/Computer2.jpg" runat="server" OnClick="call" ></asp:ImageButton>
Now my question is that how can i find that which ImageButton's Onclick event occure.
means i want to find the name of imagebutton which call the method.
Reply
Answers (
1
)
Automatic mail sending based on Date
button event are not working ?PLZ do help