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
How can we make a mashup with java by accessing other domains data?
What javascript libraries and frameworks are available for ajax support?
Where can I find examples of ajax?
What browsers support ajax?
What is the role of scriptmanager in ajax?
What are asp.net ajax 4.0 validation controls?
How do we get the xmlhttprequest object?
Describe how to handle concurrent ajax requests?
What is json? : asp.net ajax
How to control how long an ajax request may last?
What are the requirements to run asp.net ajax applications on a server? : asp.net ajax
What is synchronous request in ajax?
Describe Ajax With its Implementation Process ? Give an example?
How do we get the xmlhttprequest object in ajax?
How can javascript be debugged?