Adding textbox and combobox column to datagridview
Hi friends
I have bound 3 column value from the database to gridview. but I want to add extra two column manually after binding the data from database. 4th column as a textboxcolumn and fithcolumn as comboboxcolumn. and In 4th column I want to add data from another table.how can i do it?