protected void Button1_Click(object sender, EventArgs e) { FunctionName(); }
Secondly, you can call the server function at JavaScript by using the following code,
document.getElementById("Button1").click();protected void Button1_Click(object sender, EventArgs e) { FunctionName(); }
document.getElementById("Button1").click();
Join the conversation! Your thoughts help the community grow.