Click here to Skip to main content
15,890,186 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Dear Friend,

I have displayed the message box using confirm function in Javascript.
C#
if(confirm("Click OK Proceed"))
{
 action()
}


Is there any option to display the confirmbox in C#?, If so kindly suggest.
Posted
Updated 24-Jul-12 2:53am
v2
Comments
Sergey Alexandrovich Kryukov 24-Jul-12 16:26pm    
If this is ASP.NET, you will need to explain what would you mean by that. There is no "C#" in client site, where the UI works...
--SA

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900