What is the difference between RegisterClientScriptBlock, RegisterClientScriptInclude and RegisterClientScriptResource?
Answer / v madhu babu
Following are the functions:
RegisterClientScriptBlock – The script is specified as a string parameter.
RegisterClientScriptInclude – By setting the source attribute to a URL that point to a script file.
RegisterClientScriptResource – specifies Resource name in an assembly. The source attribute is automatically populated with a URL by a call to an HTTP handler that retrieves the named script from the assembly.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the xmlhttprequest object?
Does ajax have the same meaning as xmlhttprequest?
Describe Ajax With its Implementation Process ? Give an example?
Is the ajaxcontroltoolkit.dll file installed in the global assembly cache? : asp.net ajax
What is an ajax request and what is a simple example of where a ajax request would be used?
Does load runner support ajax apps?
What are the disadvantages of Ajax?
What are the tools for debugging ajax applications?
What are the browser versions that ajax is compatible with?
What's the diff b/w destructor and garbage collector?
Describe the situations in which ajax should not be used? : asp.net ajax
What are the different controls of asp.net ajax? : asp.net ajax