How can you to add JavaScript to a page when performing an asynchronous postback?
2736
29-Mar-2011
Amit Singh
29-Mar-2011Varun Agrawal
29-Mar-20111 - RegisterClientScriptBlock - The script is specified as a string parameter.
2 - RegisterClientScriptInclude - The script content is specified by setting the src attribute to a URL that points to a script file.
3 - RegisterClientScriptResource - The script content is specified with a resource name in an assembly. The src attribute is automatically populated with a URL by a call to an HTTP handler that retrieves the named script from the assembly.