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 |
Why do you use ajax?
How do we handle concurrent ajax requests?
Who's using ajax?
Describe Ajax With its Implementation Process ? Give an example?
Is adaptive path selling ajax components or trademarking the name? Where can I download it?
Explain the step property of the numericupdownextender control? : asp.net ajax
What are the important methods of xmlhttprequest?
What are the new features included in the microsoft ajax library? : asp.net ajax
What are all the different data types that JSON supports?
What's the diff b/w destructor and garbage collector?
What do I do on the server to interact with an ajax client?
What is asynchronous request in ajax?