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 |
What parts of the html_ajax api are stable?
How to use ajax in updateprogress control?
Can ajax be implemented in browsers that do not support the xmlhttprequest object?
Will html_ajax integrate with other javascript ajax libraries such as scriptaculous? How would this integration look like?
What are the different controls of asp.net ajax? : asp.net ajax
How ajax is different?
How can javascript be debugged?
List the different states of xmlhttprequest with their description? : asp.net ajax
What are the new controls introduced in asp.net ajax control toolkit? : asp.net ajax
Can we nest the updatepanel controls? : asp.net ajax
Why do we need ajax?
What is ajaxcontrol toolkit?