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 |
How to send an ajax request in javascript?
What is use of Update Panel control in Ajax toolkit?
Is there any use abilities problems in ajax?
What is advantage of ajax?
What is the predominant distinction between javascript and j-query?
What are the benefits of ajax?
What will happen with click of browser "back" button among asynchronous requests?
Did adaptive path invent ajax? Did google? Did adaptive path help build google's ajax applications?
What is the difference between proxied and proxyless calls?
When do I use a synchronous versus asynchronous request?
How to control the duration of an Ajax request?
How can we handle exception handling in Ajax?