Как отключить ссылку в представлении datagrid в C#
I have textbox and a datagrid view that contains three links I want to disable the links at the beginning after when I filled out for example the textbox1 the first link will activate how to do please and thanks in advance
Что я уже пробовал:
if (textBox4.Text == "0" && textBox4.Text == "0" && textBox4.Text == "0") { dataGridView2.Rows.Cell[1].Enable = true; }
[no name]
Как именно вы думаете, что текст Textbox4 будет "0", и это будет" 0", и это будет"0"? Почему вы проверяете одно и то же 3 раза, если это одно и то же значение?