What is the difference between RegisterClientScriptBlock, RegisterClientScriptInclude and RegisterClientScriptResource?



What is the difference between RegisterClientScriptBlock, RegisterClientScriptInclude and RegisterCl..

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

Post New Answer

More AJAX Interview Questions

Which request is better with ajax, get or post?

0 Answers  


What are the requirements to run asp.net ajax applications on a server?

0 Answers  


How can you find out that an ajax request has been completed? : asp.net ajax

0 Answers  


Should I consider ajax?

0 Answers  


Is ajax a technology platform or is it an architectural style?

0 Answers  






What are the components of the asp.net ajax architecture? : asp.net ajax

0 Answers  


which is best institute in hyderabad fot flex and ajax

1 Answers  


How does an ajax call work?

0 Answers  


What is asynchronous request in ajax?

0 Answers  


How can you debug asp.net ajax applications?

0 Answers  


Why do you use ajax?

0 Answers  


What technologies are being used in ajax? : asp.net ajax

0 Answers  


Categories