Is there any relationship between Ajax and checking actions in Ispostback,,though both are doing server checking without loading page
|
|
Im not sure you actually understand what AJAX is so maybe you should look at this W3school tutorial The main idea of the AJAX framework is to eliminate full-page postbacks. Only the relevant parts of the page are updated, without a disturbing refresh. The markup that is transferred between the client machine and the server is reduced dramatically, which results in a significant performance improvement for the user. |
||||
|
