eayncvscn3l
New Member
Hi,<BR>how do I findout the page postback is happened due to select index changed of a list box, in page_load event.(page_load fires before selectindexchanged)<BR>Can i get the Id of the control due to which post back has happened, in page_load event.<BR><BR>any help is much appreciated<BR><BR>kingYou can do<BR><BR>If IsPostBack Then<BR><BR>which will only fire if it's a postback. As for getting the ID, I don't know. You'll have to hope someone else answers you on that part.