G
Guest
Hi,
I've a radiobutton in my gridview and I want to dislpay the value in a cell
of the selected value on the RadioButton click using this code :
TextBox.Text = MyGridView.SelectedRow.Cells[1].ToString();
but it's giving me this error:
"Object reference not set to an instance of an object"
how can I fix it
Thanks
I've a radiobutton in my gridview and I want to dislpay the value in a cell
of the selected value on the RadioButton click using this code :
TextBox.Text = MyGridView.SelectedRow.Cells[1].ToString();
but it's giving me this error:
"Object reference not set to an instance of an object"
how can I fix it
Thanks