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
Joma Rajab
NA
110
51.3k
updatePanel stops the buttons in side it
Jul 22 2016 10:39 AM
I have use update panel to update partial of the page not all. However, the button inside update panel stops working and this button inserts data to database
please help
<asp:ScriptManager ID=
"ScriptManager1"
runat=
"server"
/>
<asp:UpdatePanel ID=
"UpdatePanel1"
runat=
"server"
>
<ContentTemplate>
.
.
. other lines of the code
.
.
<asp:Button ID=
"btnUpload"
runat=
"server"
Text=
"Upload"
onClick=
"Upload"
ValidationGroup=
"Click"
/>
</ContentTemplate>
<Triggers>
<asp:AsyncPostBackTrigger ControlID=
"btnIdea"
EventName=
"Click"
/>
</Triggers>
</asp:UpdatePanel>
Reply
Answers (
2
)
on click button a new xml file wiil be created and if there
General question releated to Asp.net