You only load the data when your form loads; as all code is in the Form1_Load function
Form1_Load
The button1_Click method should be invoked when you press the button, code in that method should be executed.
button1_Click