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
Rahul Parashar
NA
15
3.3k
button event are not working ?PLZ do help
Mar 5 2015 2:55 AM
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
<asp:UpdatePanel ID="up" runat="server">
<Triggers>
<asp:PostBackTrigger ControlID="btnsubmit"/>
</Triggers>
<ContentTemplate>
<asp:panel ID="mypanel" runat="server">
<asp:Button ID="btnsubmit" runat="server" Text="Submit" Width="150px"
class="btn-submit" onclick="btnsubmit_Click"/>
<asp:Button ID="btnexit" runat="server" Text="Exit" class="btn-reset"
Width="150px" onclick="btnexit_Click1" /> </asp:panel>
</ContentTemplate>
</asp:UpdatePanel>
when I am using click on above submit button its event are not firing(working).I have used it in ajax ctrl and without ajax ctrls ?still it is not working
So anyone can help into resolve dis issues
Reply
Answers (
1
)
ImageButton Onclick Property
File Upload To FTP using File Upload Control