home *** CD-ROM | disk | FTP | other *** search
/ 66.142.0.142 / 66.142.0.142.tar / 66.142.0.142 / tlcTest4.aspx.vb < prev    next >
Text File  |  2011-02-21  |  532b  |  14 lines

  1. ∩╗┐Imports AspNetMaker7_tfpssnet
  2.  
  3. Partial Class tlcTest4
  4.     Inherits System.Web.UI.Page
  5.  
  6.     Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
  7.         Dim strResult As String
  8.         Dim appt As New AppointmentWebDav("2/21/2011 14:00:00", "2/21/2011 15:00:00", " Worship Center Event", "This is to remind you a your scheduled event.", "Worship Center", "tonyclayton", "123", "D")
  9.         appt.SemdAppointment(strResult)
  10.         Label1.Text = strResult
  11.     End Sub
  12.  
  13. End Class
  14.