Hi guys i need your help
can you explain this code for me the using the aspx.vb to write and i not understand can explain it to me pls?
Below is the code
Protected Sub Login_ImageButton_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Login_ImageButton.Click
Dim loginId As String = usernameTextBox.Text.Trim
Dim loginPwd As String = PasswordTextBox.Text.Trim
Dim entry As New DirectoryEntry("LDAP://128.128.128.1", "mygroup\" & loginId, loginPwd)