Where can I find the order of ListView events?
Posted
by Abe Miessler
on Stack Overflow
See other posts from Stack Overflow
or by Abe Miessler
Published on 2010-06-10T22:37:12Z
Indexed on
2010/06/10
22:43 UTC
Read the original article
Hit count: 166
ASP.NET
I was wondering specifically about whether ItemCreated or ItemBound happens first but I can't seem to find any information on the order that ListView events fire. Can anyone point me to a resource for this information?
Note: this is for the System.Web.UI.WebControls.ListView
© Stack Overflow or respective owner