confirmation message box from code behind
-
Hi all, I want to display confirmation message box in Asp.net code behind file. i am performing some operation after that one message should come if user click on ok then only it should execute other line. Thanks and regards; amit patel
-
Hi all, I want to display confirmation message box in Asp.net code behind file. i am performing some operation after that one message should come if user click on ok then only it should execute other line. Thanks and regards; amit patel
-
Hi all, I want to display confirmation message box in Asp.net code behind file. i am performing some operation after that one message should come if user click on ok then only it should execute other line. Thanks and regards; amit patel
You need to see the difference between Windows and Web application. Based on your requirement, you cannot use the windows message box as its client based. (the way it works in windows applications!) you need to develop a server custom control for it if you really need something similar. Better would be divide your codebase in such a fashion that you can use client side Windows confirm messagebox and based on the option selected execute code accordingly.
-
Hi all, I want to display confirmation message box in Asp.net code behind file. i am performing some operation after that one message should come if user click on ok then only it should execute other line. Thanks and regards; amit patel