Search code examples
asp.netpostback

How to Get Source of postback


if (Page.IsPostBack) { //here I need to know which control causes the postback }

Thanks


Solution

  • See this posting

    Get control name in Page_Load event which make the post back