javascript with asp.net
Hi,
In my asp.net web application, At one scenerio, I have to display the user confirmation prompt. Based on his 'OK' click, i have to call the server side method, i m doing this with javascript confirm button and calling the registerclientscript. Its working fine.
Now my scenerio has changed. I have to display only ok button. Is there any method available to hide the cancel button.
Note: I cannot use alert because once the user clicks the OK, i have to call the server side method.
Thanks in advamce,
N.Rajaraman.
|