I have two buttons
What I would like to do is inside button1_click() which is a javascript method, I would like to do a postback just like if btnButton2 was pressed.
I tried doing the following but it didn’t seem to work.
function button1_click()
{
__doPostBack(‘btnButton2’,”)
}
and whilst that refreshed the page, it never went through to the btnButton2_Click trigger.
Try it with UniqueID