i have a datagridview which is binded on a table and i cannot display the data that i want exactly..i provide some figures that i make (not code) i hope you get the solution to my problem with the help of these:

above is the actual datagridview display and it is binded to sec_role_module

and here is the reference table which i called table sec_module

and here is the datagridview display that i want to come up.
i dont know how to do it..but i have the idea to use combobox and use valuemember and displaymember..but i want to do it by using textbox and not combobox.
please provide me some code..thanks alot experts!
This is the answer to my own question..i just use datagridviewcomboboxcolumn and change its displaystyle to none..so it is now view as a textbox that has a datamember. =)