1
Answer

How to save data inside C# form application?

Bhavik Patel

Bhavik Patel

8y
582
1
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)