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 |
Explain the step property of the numericupdownextender control? : asp.net ajax
Is it possible to set session variables from javascript?
When will html_ajax have a stable release?
Is javascript knowledge is required to do Ajax?
What are the requirements to run asp.net ajax applications on a server?
Is the ajaxcontroltoolkit.dll file installed in the global assembly cache? : asp.net ajax
Is the asp.net ajax control toolkit(ajaxcontroltoolkit.dll) installed in the global assembly cache?
Which request is better, Get or Post?
What is the work of the conformonformsubmit property in the confirmbuttonextender control? : asp.net ajax
How do we manage concurrent request?
What is a simple example of where a ajax request would be used?
What do I need to know to create my own ajax functionality?