I need to call this sub from another event on the same form. I use btnsave_click to call the sub but it gives me an error...can someone tell me how to call a sub?
VB Code:
Private Sub BtnSave_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BtnSave.Click


Reply With Quote