starwiz Posted August 1, 2003 Posted August 1, 2003 I have a textbox, and inside, I'm pasting up to about 10,000 lines of a CSV file. That text is processed and eventually put into a SQL database. For the kind of processing I'm doing, however, 10,000 lines of text is far too much to process. I can get about 1,000, but after that, I get strange results. I'd like to write my code so that it processes 1,000 lines of the text, and then postbacks to the same page, and processes another 1,000 lines, and so on, until it's done processing everything. I think that this is the best way to get it working. I, however, have no idea how to do a postback from my VB.net code. Does anyone know how I can call one? I really appreciate any help you can give me. Thanks, -Starwiz Quote
Moderators Robby Posted August 1, 2003 Moderators Posted August 1, 2003 Would it not be better if you save the 10,000 lines of text in to local text file, then upload that file to the server, parse it and update its content to the database? Quote Visit...Bassic Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.