i want to refresh my form(form1) without closing or reopening on button click
but how........
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Iftikar HussainPosted Jul 22, 2013, 7:10 AM
Try like this
Regards,
Iftikar
Sanjeeb LenkaPosted Jul 22, 2013, 7:04 AM
private void Refresh_Click(object sender, EventArgs e)
{
this.Update();
}