Question

36. Which of the following shows the correct way to remove leading and trailing spaces from a text box named txtStudentID and assign the result to strStudentID? а.Dim strStudentID as

String strStudentID =txtStudentID b.Dim strStudentID as String strStudentID = txtStudentID.Text c.Dim strStudentID as String strStudentID = RemoveSpaces (txtStudentID.Text) d.Dim strStudentID as String strStudentID = txtStudentID.Text.Trim()

Question image 1Question image 2Question image 3Question image 4Question image 5Question image 6Question image 7Question image 8Question image 9