![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello, I have some codes under event ButtonSend_Click to check the user input values. This check is complicated enough using different stored procedures. Then according the result of the checks, I would like to display a popup page in which the user can select "OK", "Cancel" etc. Now I created a javascript function doDialog() in HTML page to open a popup page. I would like to call this function from the code behind page. I cannot use onclick event with ButtonSend because I have lots of checks to do before calling doDialog() function and this function should be called only under certain test results. Also, I have to carry as a parameter different message texts depending on the test results to display on the popup page. Thank you for your kind advice, Kiyomi |
#3
| |||
| |||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |