How can i save data in access database
C#
2
Posts
2
Posters
0
Views
1
Watching
-
I am working on one app Ihave one gridview where i write information but when i restart my app the informations are gone!!?? Help me !!!! Please!!!! Thanks
nemanja
-
I am working on one app Ihave one gridview where i write information but when i restart my app the informations are gone!!?? Help me !!!! Please!!!! Thanks
nemanja
You will need to persist the data somehow. That is, when a new row is added you need to find some method to take the data contained within that row, and store it somewhere. That could be a database, xml file, plain text file or something else - it's up to you, you're the developer. It's not excel.
ChrisB ChrisDoesDev[^]