What is the difference between RegisterClientScriptBlock, RegisterClientScriptInclude and RegisterClientScriptResource?
Answer Posted / 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 |
Post New Answer View All Answers
Does ajax have significant accessibility or browser compatibility limitations? Do ajax applications break the back button? Is ajax compatible with rest? Are there security considerations with ajax development? Can ajax applications be made to work for users who have javascript turned off?
What are the new features of asp.net ajax 4.0? : asp.net ajax
What is the difference between a destructor and a garbage collector?
What are the requirements to run asp.net ajax applications on a server? : asp.net ajax
Does ajax have significant accessibility or browser compatibility limitations? Do ajax applications break the back button? Is ajax compatible with rest? Are there security considerations with ajax dev
When will html_ajax have a stable release?
What technologies are being used in ajax? : asp.net ajax
Why do we need ajax?
What are the different controls of asp.net ajax? : asp.net ajax
Tell name of all the control of ajax?
What is the limitation of AJAX ?
The components in the asp.net 2.0 ajax packaging?
How does an ajax call work?
In what way are proxyless calls different than the proxied calls in ajax?
What is the role of the callback function in ajax?