As we all know, the Calendar control causes postbacks that we often do not
want. This will obviously cause the Page's Load event to be triggered. I
have code in my Load event that I want executed under all the other
scenarios that might cause postbacks, but now when the user is simply
changing the date of a Calendar control. Is there any way to determine what
control caused the current postback so that I can determine whether my
Calendar control caused it or whether another control did? Thanks.

Signature
Nathan Sokalski
njsokalski@hotmail.com
http://www.nathansokalski.com/
Milosz Skalecki [MCAD] - 22 Jun 2007 00:16 GMT
Howdy,
Peter explained:
http://www.eggheadcafe.com/articles/20050609.asp
Regards

Signature
Milosz
> As we all know, the Calendar control causes postbacks that we often do not
> want. This will obviously cause the Page's Load event to be triggered. I
[quoted text clipped - 3 lines]
> control caused the current postback so that I can determine whether my
> Calendar control caused it or whether another control did? Thanks.