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
Aman Rohilla
NA
27
13.4k
how to execute C# code based on value returned from javascript function
Jun 2 2010 6:37 AM
I have C# code that I want to execute based on the value returned from javascript confirm box.
If confirm box is clicked on ok then I want my code to be executed else
not
something like this
I have a button event That I fire
Button_Event()
{
for(i=0;i<n;i++)
{
if(i%2)
{
// Javascript Confirm Box that I want to display
If Javascript function value ==true;
Execute Code
//else
continue
}
Javascript Function
{
}
Please help me as soon possible
Reply
Answers (
1
)
Graphic way to solve the problem
problem