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 do I need to know to create my own ajax functionality?
What is the role of scriptmanager in ajax?
How do I handle the back and forward buttons in ajax?
What is the predominant distinction between javascript and j-query?
What is asp.net ajax? : asp.net ajax
What is an ajax request?
Is ajax an api?
What's the diff b/w destructor and garbage collector?
In ajax does the client or the sever have the control?
What are the different ready states of a request in ajax?
Don't be too quick to dump your plugin or applet based portions of your application. While ajax and dhtml can do drag and drop and other advanced user interfaces there still limitations especially when it comes to browser support. Plugins and applets have been around for a while and have been able to make ajax like requests for years. Applets provide a great set of ui components and apis that provide developers literally anything.
Define json?