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
What is the difference between json and ajax?
Which are limitations of ajax?
What is xmlhttprequest object in ajax? How can you xmlhttprequest object?
Why did ajax kill himself?
Brief about ajax?
Did adaptive path invent ajax? Did google? Did adaptive path help build google's ajax applications?
Why do we use the updateprogress control in ajax? : asp.net ajax
How does html_ajax compare with the xajax project at sourceforge?
What does json stand for?
How do we debug javascript?
What is the asp.net ajax framework?
How to handle multiple or concurrent requests in ajax?
What are the differences between ajax and javascript?
Is ajax a technology platform or is it an architectural style?
What's the difference in HTML AJAX, ASP.Net AJAX?