Hi experts,
I have created a form using c#. This particular form includes data housed within SQL compact editiona. Iadded this data via thedatagrid view tomy form. I would like to have the ability to output data (int or string) of a specific row within the datagrid, to a txt file. Ideally, I would like to create a box, enter my primary key, and then click a button that will cause the data to output to .txt file.
I'm new to C# and would truly appreciate your insight!!!