cedricdeer
New Member
I'm generating a table using a \[code\]Repeater\[/code\] and I need to set a \[code\]<td>\[/code\] as \[code\]runat=server\[/code\] to set visibility for it.I'm trying to find it into \[code\]ItemDataBound\[/code\] event using \[code\]FindControl\[/code\] method, but it doesn't work. Hot can I achieve this?