ATLAS: Try not to use Page Methods(msmvps.com)
submitted by
superghost(2260) 5 years, 6 months ago
Using page methods cause the data to be transfered as POST. As a result you're taxing your application by using POST rather than GET requests. POSTS make multiple calls to/from the server so if you're looking to save overhead use GET. Page Methods do not allow the use of GET however web services do! read more...
|category: AJAX
|Views: 1
tags:
AJAX another
Everyones tags:
Your Tags: