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.