Southeast Asia SharePoint Conference & Organisers
The South East Asia SharePoint Conference is organised by a group of dedicated SharePoint MVPs and Community Leaders from the Asia Pacific Region who participate and support the community through organising and sharing their knowledge at user group events. The SharePoint Conference is intended for a wide audience and has content to cover roles such as:
- Business Roles like End Users, Business Champions, Power Users and Business Managers
- Information Architects, Record and Information Managers
- IT Managers, CIO and Decision Makers
- Technical Roles including Developers, IT Pro, Systems Administration and DBA's
Interested speakers can also submit your topics via the Speaker Registration Survey.
For more information, visit the Southeast Asia SharePoint conference web site - www.sharepointconference.sg
6 comments:
mas, maaf klo salah tempat bertanya
saya mau buat kayak di vb6 yang unload(me) waktu sukses login dengan vbe 2008. ini codingnya
Dim DML As New OleDbCommand
Dim hasil As OleDbDataReader
DML.Connection = database
DML.CommandType = CommandType.Text
DML.CommandText = "SELECT * FROM [user] WHERE [username]='" & txtuser.Text & "' AND [password]='" & txtpass.Text & "'"
hasil = DML.ExecuteReader
hasil.Read()
If txtuser.Text = "" Then
MsgBox("Username Kosong", MsgBoxStyle.OkOnly + MsgBoxStyle.Exclamation, "Data Kosong")
txtuser.Focus()
ElseIf txtpass.Text = "" Then
MsgBox("Password Kosong", MsgBoxStyle.OkOnly + MsgBoxStyle.Exclamation, "Data Kosong")
txtpass.Focus()
Else
If hasil.HasRows = False Then
MsgBox("Login Tidak Dikenal", MsgBoxStyle.OkOnly + MsgBoxStyle.Exclamation, "Login Gagal")
Call kosong()
Exit Sub
Else
frmutama.Show()
Me.Close()
End If
End If
tapi koq aplikasinya malah menutup semuanya ya mas?kira2 salahnya dimana?udah search di mbah google tapi y menurut saya dah bener penulisannya
khozin
kurunai@ovi.com
coba cek, buku atau tutorial untuk login mas.. mungkin bisa ambil dari situ..
maksudnya buku atau tutorial saya di blog ini..
"Well it feels like this web site is somewhat sizzling, congratulations to the proprietor! I attempt to go through as much as feasible on the web when I have additional time. Unfortunatley it is beginning being the norm for people to spend all working day on the net instead of of basically residing, what a shame. All of the same, continue with all the excellent composing anyhow.!!!.leastwise the flocks can have selection content to feed thier dying minds. Possibly its very best off, the widespread folks arn't very smart at any fee."
--------------------------------------------
纽约华人
Also welcome you!
Semoga ini Menjadi Ilmu yang bermanfaat bagi Mas Junindar... Aminn
Post a Comment