My assignment is a two part assignment, part 1 writing to a .txt file and the 2nd part is reading from that .txt file...I have done the writing part already, but I am stuck in the reading the .txt file part..it does not display anything.Imports System.IOPublic Class frmEmployeeData2Dim Open As OpenFileDialogDim myFileReader As System.IO.StreamReader[code].....