Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Say if I have grid and in grid I have one colum for Textbox as entry field.. Column are generated Runtime and Say if I have done 3000 Entry in textbox. and not storing any row in DB because I have not click on save...

Now..
(1) If I am Redirecting to some other page and Come back the value which I have been Entered will retain its state as it is(I am not storing the value in DB just right all the value and Redirect to some other page from menu and come back)

(2) what is the best and quick Solution to Save all this 3000 entry in DB ( I do not want to use for loop and then save all value one by one .... I need Some Way which store the data Quickly)
Posted
Updated 4-Aug-11 23:53pm
v3

1 solution

Try using threads , while data is getting inserted to DB at background, the user can continue further.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900