how to execute javascript after c# function execute

67

how to execute javascript after c# function execute -

Page.ClientScript.RegisterStartupScript(this.GetType(),"CallMyFunction","MyFunction()",true);

Comments

Submit
0 Comments