| Tim Harmon 2006-09-16, 1:34 pm |
| Ok so I have checkboxes in the content area and they are displaying
properly. What I now need to do is once the user clicks or selects a check
box I need to find a way to get the boxes that where checked or at least a
specific property that I set when creating the template. how would I do
this. I have tried using the control container with no luck.
Thanks.
--
Tim Harmon
TIIMS Database Administrator
"Stefan [MSFT]" <stefang@online.microsoft.com> wrote in message
news:%23goz9tw1GHA.4908@TK2MSFTNGP02.phx.gbl...
> Hi Tim,
>
> all child controls have to be created in CreateAuthoringChildControls and
> CreatePresentationChildControls.
> EnsureChildControls will ensure that the above methods are called in case
> they haven't.
>
> Inside the LoadPlaceholderContentFor... method you should only read
> content and add to the controls created above.
>
> Cheers,
> Stefan
>
> --
> This posting is provided "AS IS" with no warranties, and confers no rights
>
>
> "Tim Harmon" <tharmon@trpa.org> wrote in message
> news:uGw56hq1GHA.4108@TK2MSFTNGP04.phx.gbl...
>
>
|