Click here to Skip to main content
15,907,687 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
ScriptManager.RegisterStartupScript(this, GetType(), "showalert", "confirm('Order No already Exist.Do You Want to Proceed ?');", true);

Above Code Is written Code behind File...showalert is a Function which is call in head portion of aspx page..now the my question is how to get true or false value from the above code...which is selected by Client....
Posted
Comments
ZurdoDev 8-Jan-14 7:45am    
You can only get the return value in JS. What exactly are you trying to do?
Karthik_Mahalingam 8-Jan-14 7:49am    
you have to postback the value to the server..

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