I have a windows form which has to be refreshed automatically without using any button to refresh the form.
Right now am using a button to refresh the form. But I need the form to refresh automatically for every 1 minute.
It is possible to do in windows form application.