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 we use the xmlhttprequest object in ajax?
Whattrigger will fire initially by using update panel?
what is xmlhttprequest?
What are the browser versions that ajax is compatible with?
Explain what is polling in ajax?
Describe the animation extender control and the method by which this control is utilized?
What is the difference between RegisterClientScriptBlock, RegisterClientScriptInclude and RegisterClientScriptResource?
1 Answers Clavax Technologies,
When not to use JSON?
whether QTP sopports the ajax application
How do we get the xmlhttprequest object?
Which request is better, Get or Post?
What are the new controls introduced in asp.net ajax control toolkit? : asp.net ajax