I have a weird problem with a repeater control. I want to place literal controls inside the repeater control and then set the text of that literal from codebehind, but when I try to do that VS 2008 tell me that the literal control is not declared, but if
I place it outside the repeater control it works. What can be causing this?
modig
Member
475 Points
420 Posts
literal inside repeater is not declared
May 14, 2008 07:23 AM|LINK
Hi
I have a weird problem with a repeater control. I want to place literal controls inside the repeater control and then set the text of that literal from codebehind, but when I try to do that VS 2008 tell me that the literal control is not declared, but if I place it outside the repeater control it works. What can be causing this?