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
What is the predominant distinction between javascript and j-query?
List the different states of xmlhttprequest with their description? : asp.net ajax
Does this mean adaptive path is anti-flash?
What is synchronous request in ajax?
What are ajax controls?
What are ajax extensions?
What javascript libraries and frameworks are available?
What are Ajax applications?
How can you debug asp.net ajax applications?
Whats with the -alpha in the install instructions?
Should I use xml or text, javascript, or html as a return type?
what are difference between server-side ajax framework and client-side ajax framework?
Is it possible to set session variables from javascript?
Is there any use abilities problems in ajax?
Is ajax an api?