08-09-2012, 02:25 PM
Well, since the error occurs when you try to fill a textbox with a variable, I would say that there would be a problem when you filled the variable. However.
[code2=vbnet]splitread = reader.ReadToEnd.Split("=")[/code2]
Seems to be perfectly fine...
Instead of using an array of strings, try having a List(Of String), that may fix it.. But I have no clue at this point.
[code2=vbnet]splitread = reader.ReadToEnd.Split("=")[/code2]
Seems to be perfectly fine...
Instead of using an array of strings, try having a List(Of String), that may fix it.. But I have no clue at this point.