1
Reply

How to save data inside C# form application?

Bhavik Patel

Bhavik Patel

Nov 2 2016 11:34 AM
562
I want to create a simple windows form application that have 3 textboxes and want to store data inside executable exe. I tried Resources file inside form application to store, but data are too heavy taking time to load data in a datagridview.
 
please suggest me the better way to do this. 

Answers (1)