Hi all this is my save button event.
private void btnSave_Click(object sender, EventArgs e)
{
//Mycoding
}
it raise when button click occur.i want to call it within another function.how can i do this?