I have three column in my datagridview .One is text ,one is Combo and another one is Text …i don’t want to use datasource want to add values on cell like datagridview.Rows[].cells[].value. Help me how i can do it? My database have several columns…How to add column value dynamically….
Share
I just had to do the same exact type of thing…here is how you add a column.
**In the Gridview_rowcreated Sub
you’re going to have to create a connection and a connection string
here is an example…
then on page load set your datasource of the grid to the list
hope this helps…if you have any questions just ask me.