I am have td in repeater. i want show and hide it on condition
How to Find a html tag from the repeater in C#?
for find button in repeater we write this code
Button btn=Repeater1.FindControl("Button1") as Button;
but for html a tag?
----- atag=Repeater1.FindControl("id of a tag") as -------;
please fill in the -------