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
Why do we use the xmlhttprequest object in ajax? : asp.net ajax
How do we create a thread to do ajax polling?
Cannot parse xml generated by jsp I am generating an xml using jsp, when I run the jsp in ie it shows the xml as per dom, but when I try to parse it using javascript , the command xmldoc.documentelement ?
Explain fetch api in javascript?
Did adaptive path help build google's ajax applications?
How do I test my ajax code?
Explain the updatepanel control? : asp.net ajax
Is the asp.net ajax control toolkit(ajaxcontroltoolkit.dll) installed in the global assembly cache?
Explain the need of the timer control in ajax? : asp.net ajax
The components in the asp.net 2.0 ajax packaging?
How ajax work ?
What are the types of open() method used for xmlhttprequest?
Would we be able to call server-side code from javascript?
What are the browser versions that ajax is compatible with?
Can we call server-side code from javascript? : asp.net ajax