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
Narasimha Murthy
NA
164
60.5k
how to write confirmation message box in asp.net c# in code
May 21 2013 6:37 AM
Dear Developers
I want to write code when we click on yes button in 'Are sure you delete ? ' then we will perform delete operation in button1.click() Event
//
if(yes)
{
delete operation ;
}
else
{
}
Reply
Answers (
3
)
Need Code For listview to display various fields
Read text of PDF file in asp.net