10-16-04 02:13 AM
Stefan, sorry, I tryed to simplify my question.
In fact I need to read two htmlplaceholder controls, and when a posted my
question I switched the names.
DivPlaceHolder.Html = DivList.SelectedValue.ToString
DeptPlaceHolder.Html = DeptList.SelectedValue.ToString
myVariable1 = DivPlaceHolder.Html.ToString
myVariable2 = DeptPlaceHolder.Html.ToString
"Stefan [MSFT]" wrote:
> Hi Paulo,
>
> are you sure you are using the same placeholder name when retrieving the
> content?
> At least the variables have different names which might mean that you are
> using a different placeholder.
>
> Cheers,
> Stefan.
>
>
> --
> This posting is provided "AS IS" with no warranties, and confers no rights
.
>
> MCMS FAQ:
> http://download.microsoft.com/downl...
a/MCMS+2002+-+(complete)+FAQ.htm
> MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
> MCMS Sample Code:
> http://www.gotdotnet.com/community/...nagement+Server
> MCMS Whitepapers and other docs:
> http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
> --------------------------------
>
>
> "Paulo Rosa" <PauloRosa@discussions.microsoft.com> wrote in message
> news:2FFC94FB-52B7-4710-B740-E2CC03B0C57F@microsoft.com...
> a
>
>
>
[ Post a follow-up to this message ]
|