Click here to Skip to main content
15,890,512 members
Articles / Web Development / ASP.NET

Ajax: Identify the control that caused the Async Postback

Rate me:
Please Sign up or sign in to vote.
4.33/5 (5 votes)
12 Jan 2010CPOL 37.8K   6  
There will be some scenarios where we may have to identify the sender that caused the async postback(While using update panel) . Normally we will try to identify the control by checking the sender element . This wont be always giving the correct value as multiple clicks/ elements under the...

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) NA
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions