Similar articles
DotNetShoutout - Latest published stories
How to Detect request is from iPhone in ASP.NET
The usage of mobiles is growing and growing day to day and most of the users are browsing from their mobiles and do the stuff. So, it is becoming important to support the mobile phones the web sites w...
David Walsh :: PHP, CSS, MooTools, jQuery, and Eve
Detect an AJAX Request in PHP
I like using the same PHP script for both AJAX and non-AJAX content requests. Using on script just makes everything easier because it’s only one file to update/edit and it’s one more cach...
DotNetShoutout - Latest published stories
Detect asynchronous postback in ASP.NET
Everyone need to know about this. When no Ajax implementation in ASP.NET [older versions] asp.net developers know about only one post back. That is full page postback. We have a property to detect it ...
ASP.NET Weblogs
Changes in Asp.Net Request Validation
Hi,When a page is submitted, users can also script along with the post data. Also unauthorized postback could be triggered. The event validation mechanism reduces the risk of unauthorized postback req...