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.
nagaraju60 says: Dear @Akshay806, please refer this, 1 2 3 4 5 6 7 8 9 10 11 12 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 }
Dear @Akshay806,
please refer this,
portected
void
Button1_Click(
object
sender, EventArgs e)
{
Button2_Click(sender, e);
//calling button2 event from button1 event
}
Button2_Click(
//Some transactions
Dear @akshay806,
Did yout try the above code.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.