What is the use of “object sender” and “EventArgs e” parameters?
In case of Page_Load, Init and other page events, what is the use of these (object sender, EventArgs e) parameters?
In case of Page_Load, Init and other page events, what is the use of these (object sender, EventArgs e) parameters?