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
Pratik Shirse
1.2k
581
65.3k
how to show bootstrap/alertifyjs alert server side confirmat
Mar 23 2017 12:15 PM
Dear Team,
how to show bootstrap / alertifyjs alert message or like our (asp snippet notification) in asp.net c# server side confirmation
button code
Cls_Scheme1 obj_Scheme1 =
new
Cls_Scheme1();
obj_scheme1.Parameter1=Control1.text;
obj_scheme1.Parameter2=Control1.text;
obj_scheme1.QueryAction =
"Insert"
;
int
i;
i = obj_scheme1.SP_InsertSchemeFirst();
if
(i > 0)
// here is to chekc condition
{
Response.Write(
"<script language='javascript'>alert('Record Saved Successfully')</script>"
);
}
else
{
Response.Write(
"<script language='javascript'>alert('Record Not Saved Successfully')</script>"
);
}
Thank you..
Reply
Answers (
1
)
How to Integrate windows media player in asp.net?
ASP.NET MVC 3 Razor