Hello !!
Being a newbie for vb.net, I seek your advice in a windows application I am developing.
I have a form consisting of datagridview with as checkbox column. Now, when the user selects a row using checkbox, I want a new form to pop-up and the selected rows be displayed on that form..
The rows in the table consist of quantity and cost of materials, so i also want that the total quantity be displayed in a textbox on the other form..
Could anybody please suggest as to what should i use on the other form, as in, textbox, datagridview, table etc.
Also do let me know how should i go about it as i am completely new and finding it very tough to implement. Searching since two days but no idea of how and what to write.
Please Help !!
Thank You..