reopen and repopulate

raviteja

Member
Joined
Oct 15, 2019
Messages
8
Programming Experience
Beginner
when field selection is reopen all last saved selected fields should be repopulated in data table/datagridview
 
I think our OP is referring back to his other equally vague post about combo boxes and data grid views. In this case he probably wants the combo box choice to be reselected, and the data grid view filter to be restored.

Hopefully, he will come back and clarify what he is asking for. He never went back to his other thread to even tell us whether he is targeting WinForms, WPF, WebForms, or something else.
 
actually, i am transfering selected rows in datagridview1 to datagridview2,after i reopen it i want last selected rows in datagridview2

i want to repopulate the last selected rows in datagridview when i reopen it
 
Is this WinForms? WebForms? Some other framework?

Also be sure to click on the "Report" link to have the moderators move this to the appropriate sub-forum.
 
So how did you populate data grid view 2 on the first open? Why can't you do the same thing on re-opening?
 
Back
Top Bottom