G
Guest
hey all,
in vb code behind the code goes like this in the RowDataBound event of a
gridView:
e.Rows.Cells(0).FindControl("myTextBoxID")
however, I can't seem to find the control in my C# code-behind? Is there an
extra cast or something I'm missing?
thanks,
rodchar
in vb code behind the code goes like this in the RowDataBound event of a
gridView:
e.Rows.Cells(0).FindControl("myTextBoxID")
however, I can't seem to find the control in my C# code-behind? Is there an
extra cast or something I'm missing?
thanks,
rodchar