The content and settings that are there in a textbox control change automatically when server script is submitted. A form is submitted by clicking on a button or by changing the value in a textbox Control.
Example:
RegisterStartupScript("Script", "<script>alert('No valid visit exists for this patient');</script>"
|