In Scott's
post here, his example uses WebControls (Repeater and Literal). Under his header "Implementing Our View Using Server Controls" his example references these controls in the CodeBehind page. I am unable to do this with
the release, the codebehind page cannot find the controls referenced anywhere. Shouldn't it be creating a MyView.designer.cs file like the standard Web Forms does?
mxmissile
Participant
1617 Points
372 Posts
Server Controls and Code Behind
Dec 10, 2007 06:04 PM|LINK
In Scott's post here, his example uses WebControls (Repeater and Literal). Under his header "Implementing Our View Using Server Controls" his example references these controls in the CodeBehind page. I am unable to do this with the release, the codebehind page cannot find the controls referenced anywhere. Shouldn't it be creating a MyView.designer.cs file like the standard Web Forms does?