hi,
if (Page.IsPostBack)
{
//here I need to know which control causes the postback
}
Thanks
hi,
if (Page.IsPostBack)
{
//here I need to know which control causes the postback
}
Thanks
See this posting
Get control name in Page_Load event which make the post back