Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
I get record from data base in table.

Now I want to update any particular row in that table using c# temporary without database interaction.

After that I will use table.

Any idea, please tell me
Posted
Updated 23-Sep-11 2:04am
v2
Comments
DaveAuld 23-Sep-11 8:13am    
Edited: Please make your tags relevant in future.

The simplest way is databinding.

Bind a result set to the controls via a bindingsource, edit the data, update and continue working.

A Detailed Data Binding Tutorial[^]
 
Share this answer
 
you can do the batch operations by performing Batch Operations Using DataAdapters

check the following KB article


http://msdn.microsoft.com/en-us/library/aadf8fk2.aspx[^]

other options:

http://stackoverflow.com/questions/2879393/how-to-do-a-batch-update[^]
 
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