I got this problem when I try to send data to internet via TCP. The data is read from SQL SERVER, data type defined in SQL SERVER is Text, and the data file size reach to 50K. I understand that the data size can not up to 8060 bites per textbox in VB, but I save this data to an array, and send it. Could anyone help me?