Guest User

Untitled

a guest
Oct 16th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1.  
  2. Partial Class MasterPage
  3. Inherits System.Web.UI.MasterPage
  4.  
  5. Sub BtnBMS_Click(sender As Object, e As System.EventArgs) Handles BtnBMS.Click
  6. lblPrinc.Text("John Forrest")
  7. lblTele.Text("603-225-0846")
  8. End Sub
  9. End Class
Add Comment
Please, Sign In to add comment