Return confirm message problem
-
Hi I know generally we add return confirm message at deleting. But I need to do it at uploading. I can not call the return confirm message from the button onclick because I am validating when uploading. so i need the return confirm message after validation Can any body help?
-
Hi I know generally we add return confirm message at deleting. But I need to do it at uploading. I can not call the return confirm message from the button onclick because I am validating when uploading. so i need the return confirm message after validation Can any body help?
Your question is not clear.., for the delete/updation/adding conformation Message box logic is same.., Use this below code is U R requirement is same as below... if (MessageBox.Show("Are U Sure???") == MessageBoxButtons.OK) // upload process here else // terminating process here Thanks
Rajesh B --> A Poor Workman Blames His Tools <--