I have a aspx page containing a user control (inside an UpdatePanel), the page subscribes to an event raised by a button click on the control.
Is it possible to call a javascript function on the page?
void control1_Edit(object sender, EventArgs e)
{
// Call client-side javascript function here
}