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 are the differences between ajax and javascript?
How do we debug javascript?
How was ajax killed?
How to handle multiple async ajax requests?
Why do we use ajax?
Is ajax an api?
When do I use a synchronous versus a asynchronous request?
Which are the knowledge requirements for personal ajax functionality?
Define json?
What will happen with click of browser "back" button among asynchronous requests?
Cannot parse xml generated by jsp I am generating an xml using jsp, when I run the jsp in ie it shows the xml as per dom, but when I try to parse it using javascript , the command xmldoc.documentelement ?
How can we handle exception handling in Ajax?