Hi, I managed to transform a C# class to VB except the following portion of
the code
if(dgItem.Cells[i].Controls.Count > 0 && dgItem.Cells[i].Controls[0] is
LinkButton)
..dgItem is a datagrid item.
What is the equivalkent code in VB
Thanks in advance
Salam
the code
if(dgItem.Cells[i].Controls.Count > 0 && dgItem.Cells[i].Controls[0] is
LinkButton)
..dgItem is a datagrid item.
What is the equivalkent code in VB
Thanks in advance
Salam
Comment