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 is AJAX Control Extender Toolkit?
Why do we need ajax?
What are the protocols and forms in ajax?
What do I need to know to create my own ajax functionality?
What are the ajax security issues?
is package good in ajx?
Why do we use the xmlhttprequest object in ajax? : asp.net ajax
In what way are proxyless calls different than the proxied calls in ajax?
Is it possible to set session variables from javascript?
How we can send data to server using ajax?
Is the server or the client in control in ajax?
What is the use of trigger in ajax?