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.2k
how to click on the insert button without updating the page
Jul 21 2016 7:34 AM
I am trying to use UpdatePanel for preventing the whole page from being updating with Triggers but for connecting to server side with database is not working I guess I have to use ajax but I do not know to use it
this the code
please help
<asp:ScriptManager ID=
"ScriptManager1"
runat=
"server"
/>
<asp:UpdatePanel ID=
"commentup"
runat=
"server"
>
<ContentTemplate>
</ContentTemplate>
<Triggers>
<asp:AsyncPostBackTrigger ControlID=
"btnIdea"
EventName=
"Click"
/>
</Triggers>
</asp:UpdatePanel>
Reply
Answers (
1
)
SmtpClient.EnableSsl Property in asp.net
How to display SSRS Report in ASP.NET MVC Application