hi, i have a datagrid with template columns.
i also have a select link button column, i want to obtain the value of the first column of the selected row. i am using c#. i have try something like
dgcontrol.SelectedIndex.Rows[0].Text byt it does not return the value of the row. or it returns a "" value.
what would be the best way to retrieve the value from the column ?
i also have a select link button column, i want to obtain the value of the first column of the selected row. i am using c#. i have try something like
dgcontrol.SelectedIndex.Rows[0].Text byt it does not return the value of the row. or it returns a "" value.
what would be the best way to retrieve the value from the column ?