Click here to Skip to main content
15,891,529 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all

Please tell me how to display entered data in datagridview but it should not save in database.

I have a set of controls who's value i have to display in datagrid
Posted

1 solution

Please refer following link :
------------------------------
1> http://stackoverflow.com/questions/15149491/how-to-display-data-in-datagridview-from-access-database[^]
 
Share this answer
 
Comments
Snehasish00 6-Nov-13 4:40am    
Nop..
Rahul_Pandit 6-Nov-13 6:59am    
You can use dynamic data table and you can maintain it during insert update delete and You can give it as a data source to your data gridview whenever you want.but how will u store information for future use without saving it in database.
Vishnu Prajapati 6-Nov-13 7:02am    
by concept of session
Rahul_Pandit 6-Nov-13 7:12am    
Session will be lost after logout.So how will u retrieve info after that
Vishnu Prajapati 6-Nov-13 7:24am    
as i told you before you either do it randomly or do not make it auto increment

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