This question is locked. New answers and comments are not allowed.
Hi all,
If we click on a hyper link (defined through the action link in mvc), i want a confirmation window to come up and get confirmation. If user choose 'Yes', the action route should be performed. if user choose no, it should remain in the same view with out posting any data.
just like the functionality to have a javascript function that returns true or false which will control the postback.
Please help in resolving this issue
thanks in advance!
If we click on a hyper link (defined through the action link in mvc), i want a confirmation window to come up and get confirmation. If user choose 'Yes', the action route should be performed. if user choose no, it should remain in the same view with out posting any data.
just like the functionality to have a javascript function that returns true or false which will control the postback.
Please help in resolving this issue
thanks in advance!