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
Nirmal KumarC
1.4k
327
79k
How to solve the Trigger Event not fired button
Apr 20 2015 5:50 AM
How to fired rthe button in update panel
I am below already using trigger but not fired yes button how to solve this problem
<asp:UpdatePanel ID="UpdatePanel2" runat="server" UpdateMode="Always" ChildrenAsTriggers="true">
<ContentTemplate>
<asp:Panel ID="pn2" runat="server" Visible = "true" BackColor = "Bisque" Width = "770px">
<table id="tblPopup" runat="server">
<tr>
<td>
<asp:Label ID="lblEmployeeREjected" runat="server" Text="are u sure want to delete current employee. Press Yes to Delete and No to cancel"
Font-Bold="True" ForeColor="#3E3EFF" Width="770px" BackColor="White" Visible="false" ></asp:Label>
</td>
</tr>
<tr>
<td align = "center">
<asp:Button ID="btnYes" runat="server" OnClick="btnYes_Click" Text="Yes" CausesValidation="false"
Width="50px" />
<asp:Button ID="btnNo" runat="server" OnClick="btnNo_Click" Text="No" CausesValidation="false"
Width="50px" />
</td>
</tr>
</table>
</asp:Panel>
<asp:ModalPopupExtender ID="MPE" runat="server" PopupControlID="pn2" TargetControlID="tblPopup" PopupDragHandleControlID="header" BehaviorID="btnYes"
BackgroundCssClass="Bg">
</asp:ModalPopupExtender>
</ContentTemplate>
<Triggers>
<asp:PostBackTrigger ControlID="btnYes" />
<%--<asp:PostBackTrigger ControlID="btnYes" />
<asp:PostBackTrigger ControlID="btnNo" />--%>
<%--<asp:AsyncPostBackTrigger ControlID="btnYes" />
--%> </Triggers>
</asp:UpdatePanel>
Reply
Answers (
3
)
how to add pdf into crstal reports?
How to insert Custom Data into Windows Workflow database?