Hi All,<BR><BR>I am binding a dataset to datagrid (dg1) in C# (2.0 framework).<BR><BR>What I want to do is add two additional columns to the datagrid, with each cell containing a button. Here's the ...
I'm trying to retrieve data from a cell on a datagrid based on a row that the user clicked. I already know the row number, I just need to know how to access the data in a column on that row. Thanks ...