Quantcast
Viewing all articles
Browse latest Browse all 15

how can call button event without button click

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?

Viewing all articles
Browse latest Browse all 15

Trending Articles