Here's the simple jQuery script that used to replace string with another. Replace() method searches specified string value and it will return specified replace value.
|
jQuery has been a blessing for web developers because it's really very easy to use. We don't need to write complex javascript code to achieve simple task. Here's the simple jQuery script that used to disable Right click in a page.
|
We often get requirement that we have to show alert message or display any message from code behind. ScriptManager.RegisterStartupScript method is used to register the startup script with the page object.
|