Similar articles
DotNetShoutout - Latest published stories
Detect request is from iPad in ASP.NET
iPad. People slowly liking it. Few days ago, I have written a post on how to detect the request is from the iPhone. So, as iPad applications are also growing day to day, I want to give you a small tip...
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...