With ASP.NET Ajax, web applications can retrieve data from the server asynchronously in the background without interfering with the display and behavior of the existing page. The use of Ajax has led to an increase in interactive animation on web pages and better quality of Web services by developers and webmasters. But their are still advantages and disadvantages that ASP.NET Ajax contributed to the users.
ASP.NET Ajax Advantages
- When using Ajax, a web application can request only the content that needs to be updated, thus drastically reducing bandwidth usage and load time.
- The web application will be operated faster or more responsive, even if the application has not changed on the server side.
- Ajax enable to reduce connections to the server, since scripts and style sheets only have to be requested once.
- State can be maintained throughout a Web site such as Javascript variables.
- Clicking the browser’s “back” button may not return the user to an earlier state of the Ajax-enabled page.
- Dynamic web page updates also caused some troubles for a user to bookmark a particular state of the application.
- Ajax opens up another attack vector for malicious code that web developers might not expected for.
- Any user whose browser does not support Ajax or JavaScript, or simply has JavaScript disabled, will not be able to use its functionality.
To fully enable the ASP.NET Ajax features, the website should be hosted on ASP.NET Ajax hosting compatible hosting accounts.
1 comments:
The use of Ajax has led to an increase in interactive animation on web pages and better quality of Web services by developers and webmasters.
website hosting
Post a Comment