is it possible to call form load event on button click
Following is the vb code i want same function in vb.net
Private Sub cmdaddcancel_Click()
Form_Load
End Sub
Private Sub cmdaddcancel_Click() Form_Load End Sub
in vb we simply call Form_Load is it possible in vb.net
For eg: IN VB.net currnetly i am on form no 1 and there is one button on click of dat button i want the current form should again load is it possible
PLS HELP.........