Click here to Skip to main content
15,895,142 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can i store exact database table in data table in code behind of c sharp
Posted
Comments
AmitGajjar 1-Dec-12 0:34am    
what is the purpose of that ?
ShashankUpadhyay 1-Dec-12 0:41am    
purpose is that i want to perform several action on data table. I am building a shopping cart. so for every calculation detail i dont want to fire query to database. Once every action is performed then final data will be saved to db.
AmitGajjar 1-Dec-12 0:43am    
Ok, but why you want datatable inside datatable. datatable contains multiple tables. so you can keep your required tables in single datatable.
ShashankUpadhyay 1-Dec-12 0:40am    
purpose is that i want to perform several action on data table. I am building a shopping cart. so for every calculation detail i dont want to fire query to database. Once every action is performed then final data will be saved to db.

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