Hi Pals
This is my first time of developing an application in visual studio. Am using Linq to Sql
I have a datagrid view that holds a table data. On execution it is working fine and i can enter data and save and preview later but after a few time maybe as a result of change in the design off the application, all the data entered gets missing.
Pls help i ve been battling with this for 3 months and some days
Thanks in advance

Posted Aug 11, 2013, 12:03 AM
Whenever you build the application, the database file will be replaced from your project directory to the bin directory.
If there is no changes in the database design, then no need to use Copy Always option, use Copy if newer option in the copy to output directory.
Christian NwambaPosted Aug 10, 2013, 8:41 AM
Sandeep Singh ShekhawatPosted Aug 10, 2013, 8:14 AM