Also how about showing next chunk of data via Javascript? For example you set Javascript variable (array?) with whole data. After that you can show only chunk of data (next array element) in your text box without page reload.
Another way is to store current part number in cookies and when someone request page you just read cookie and set content of your text box to cookie part number plus one.