1. How can i use progress bar with a webpage loading .

2. I have a textfile and have got the data of the text file to a string now how do i arrange the date to the datagridview and the rows are increasing and decreasing all of the time so it should make its rows automatically

my current code is

Code:
   Dim Filelocation As String
         Dim Textfilestext As String
         OpenFileDialog1.ShowDialog()
         Filelocation = OpenFileDialog1.FileName
         TextBox1.Text = Filelocation
         Textfilestext = IO.File.ReadAllText(OpenFileDialog1.FileName)
Now some of the data is

Name,Startingdate,end date,age are the columns how do i arrange in
Datagridview


an example of the text files text
Name,Startingdate,end date,age
joe,2006,2008,20
mike,2005,2009,22