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 |
Do I really need to learn javascript before ajax?
What is AJAX Framework?
Are there any security issues with ajax?
Is it true that the ajax application are much better than the classical internet applications?
What is the purpose of xmlhttprequest?
Is ajax considered a programming language?
How can we cancel the XMLHttpRequest in AJAX?
Tell name of all the control of ajax?
What are the extender controls? : asp.net ajax
When not to use JSON?
Is javascript knowledge is required to do Ajax?
Which are the problems that can be fixed using ajax and what is the actual meaning of ajax?