sir
i am trying to fire one button click event in another button click event in gridview and open the pop up.
i am trying to show popup after one button click event but this button event is not fire.
sir please send me code.
Dear @Akshay806,
please refer this,
portected void Button1_Click(object sender, EventArgs e) { Button2_Click(sender, e); //calling button2 event from button1 event } portected void Button2_Click(object sender, EventArgs e) { //Some transactions }
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.