Click here to Skip to main content
15,887,477 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am new at programming (first week on this area) and need some help from you guys. I am developing a small pos where in first form I have a datagridview where the data are showed from sql . The datagridview has those columns (BC, Name, QTY, Price ,Total). The user can edit the qty by typing the qty column on selected row.Now I want to make more easier, the user opens the qty form(second form by clicking the button), where the form I loaded the user can type the qty number on textbox. My question is now how should I pass the value from textbox (2nd form) on datagridview selected row/ qty column (first form) . . Could some help me about this problem.. Thanks to everyone!!


What I have tried:

I don't have any code to show to you, cause as I mention above I am new and don't have any experience
Posted
Updated 17-May-20 6:15am
Comments
Richard MacCutchan 17-May-20 11:52am    
You must have some code since you have described how it works in your post above.

1 solution

 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900