.cs page code(code behind)
public void funct_name (arg)
{
/////
}
protected void Button1_Click(object sender, EventArgs e)
{
// i want to call upper function on this button click ...
}
how can i call a user define function which is taking argument from another function on button click event