Add the Javascript\Jquery script into the client side in asp.net having the four ways.
http://www.getmscode.com/2014/03/how-to-use-registerclientscriptblock-in.html
RegisterStartupScript : It add script block into the page, which executes once the page finishes loading but before Onload event raise of page onload. The script is not created as an event handler or function.
http://www.getmscode.com/2014/03/how-registerstartupscript-works-in.html
RegisterOnSubmitStatement : It add the script that executes in response to the page's onsubmit event.
No comments:
Post a Comment