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
Olaide Azeez
1.3k
67
12.8k
Button not triggered inside update pannel
Jul 18 2016 2:55 PM
Please find my code below for a button inside an update pannel, the button do not load the code behind.
<asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode = "Always" ChildrenAsTriggers = "True">
<ContentTemplate>
<asp:Button ID="convBut" runat="server" onclick="convBut_Click"
style="font-family: Verdana; font-size: xx-small" Text="confirm"
type="button" />
</ContentTemplate>
<Triggers>
<asp:AsyncPostBackTrigger ControlID="convBut" />
</Triggers>
</asp:UpdatePanel>
Reply
Answers (
3
)
Status bar in windows application
Datatype for each column in datagridview C#?