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 |
How many update panel can be used per page?
When should we use a java applet instead of ajax?
Is it possible to set session variables from javascript?
What is the difference between synchronous and asynchronous requests?
Is it true that ajax is code browser compatible?
Describe the process and benefits of using the always visible control extender?
Can we use nested update panel in Ajax?
When do I use a synchronous versus a asynchronous request?
Why do we use the xmlhttprequest object in ajax?
Will html_ajax integrate with other javascript ajax libraries such as scriptaculous?
Do I really need to learn javascript before ajax?
Is the server or the client in control?