How i can add the multiple values from a datagrid to textbox in C#? In my project, it includes a datagrid, a textbox and a button.
when the datagrid is populated from the database, the add button will be enable. after that when i click the one entry followed by hitting the add button the selected value will be populated in textbox by seperating a comma. How it will done.