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
prathyusha
NA
180
74.7k
button event
Jul 17 2013 8:25 AM
hi
<asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Conditional">
<ContentTemplate>
<asp:Button ID="btncontact" runat="server" Text="Contact" UseSubmitBehavior="false"
OnClick="btncontact_Click" CausesValidation="false" />
<asp:Button ID="btnworkinghours" runat="server" Text="Working Hours" UseSubmitBehavior="false"
OnClick="btnworkinghours_Click" CausesValidation="false" />
<asp:Button ID="Button3" runat="server" Text="Yes" Style="display: none;" />
<asp:Button ID="Button4" runat="server" Text="No" Style="display: none;" />
<asp:Button ID="btnmap" runat="server" Text="Map" UseSubmitBehavior="false" OnClick="btnmap_Click"
CausesValidation="false" />
</ContentTemplate>
<Triggers>
<asp:AsyncPostBackTrigger ControlID="btncontact" EventName="Click" />
<asp:AsyncPostBackTrigger ControlID="btnworkinghours" EventName="Click" />
<asp:AsyncPostBackTrigger ControlID="btnmap" EventName="Click" />
</Triggers>
</asp:UpdatePanel>
when i'm using this code the button events are not fired
please help me
it's important to me
Reply
Answers (
13
)
ADO.NET SAVE FUNCTION ERROR
Why this mention appear(...)