hi everyone,
i am doing a application on datagrid containing checkbox.when the checkbox is checked ,the textbox present in the next column of the datagrid must be visible otherwise it should not.can any one help in this matter.
bye

What are your trying to say is when the checkbox is true one of the cells in the datagrid should be visible?

If checkbox.check = True Then

DataGrid1.Columns[INDEX].Visible=True;

Elseif Checkbox.check = False Then

DataGrid1.Columns[INDEX].Visible=False;
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.