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
Who is using ajax?
Is ajax still in use?
Explain limitations of ajax.
Explain the updatepanel control? : asp.net ajax
Can we nest the updatepanel controls? : asp.net ajax
What does the dynamicpopulateextender control do? : asp.net ajax
Should I use an http get or post for my ajax calls?
What is the difference between proxied and proxyless calls?
Why do we use the xmlhttprequest object in ajax?
Is json is a programming language?
What about applets and plugins?
Methods of consuming web services in AJAX?
Which are the trigger types that we find in update panel?
What is use of Update Panel control in Ajax toolkit?
What browsers support ajax?