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
Shankar M
NA
3k
3.3m
ASP .NET Confirm button
Dec 22 2014 1:16 AM
Hi folks,
I am quite new to Web application development. I need to display a popup (confirmation) message in asp .net application.
on event of button click in my application vbscript function is called to execute certain functions.
Actual requirement is :
..
functions are executed removed for brevity..
..
if(confirm(popupmsg) == "cancel") // Show a popup message& if response is cancel then return from c# code.
{
return; // I should return
}
Any help appreciated.
Thanks,
Shankar M
Reply
Answers (
4
)
using Security in Web API in MVC4
How to increae access token expiration code.