Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~117 People Reached
Favorite Forums
Favorite Tags
Member Avatar for piscess

[CODE]Protected Sub registerStudButton_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles registerStudButton.Click If Page.IsValid Then Dim selectedProgram As String() = studProgramDropDownList.SelectedItem.Text.Split(New Char() {" "}) Dim selectedIntake As String = intakeDropDownList.SelectedItem.Text Dim selectedSupervisor As String = supervisorDropDownList.SelectedItem.Text Dim contactNo As String If contactStudTextBox.Text <> "" Then contactNo = contactStudTextBox.Text.Trim Else contactNo …

Member Avatar for piscess
0
117