Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...