You want to make both texts one string and write that to the file.
swrStreamWriter.WriteLine(Me.textStudent.Text + " " + Me.textGrade.Text)
Also research the VB.Net String Functions for further reading.
Last edited by markd220; Dec 1st, 2008 at 4:52 pm.