Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
328 Points
160 Posts
May 14, 2008 08:15 AM|LINK
modig Hi This is all to weird, your code does not work either. If I try this in codebehind... Label1.Text = "test", then I get a "label1 is not declared" error in VS 2008.
Hi
This is all to weird, your code does not work either. If I try this in codebehind...
Label1.Text = "test", then I get a "label1 is not declared" error in VS 2008.
when you use controls within a repeater u have to declare them in the databound of the repeater to access them..
koolprogramm...
Member
328 Points
160 Posts
Re: literal inside repeater is not declared
May 14, 2008 08:15 AM|LINK
when you use controls within a repeater u have to declare them in the databound of the repeater to access them..