Hi Mark,
Labels don't send any information to the server on a postback. For that,
you need a form field (a textbox, hidden or visible, would do the job).
Cheers,
Peter
On 10/19/07, Mark E < meckeard2000%40yahoo.com">meckeard2000
yahoo.com> wrote:
>
> Hey all -
>
> I have a value being set to a asp:label from a javascript call in an
> asp.net pop-up page:
>
> Page.RegisterClientScriptBlock("ReloadParent", "<script
> language='javascript'>window.opener.lblImage.innerText='" & strValue &
> "'<" & "/script>")
>
> The user clicks a button, opens a new window, inputs a value and that
> value gets passed back to the parent window and the child (or pop-up) close.
> This works fine.
>
> My problem is that I can't seem to retrieve it when it submit the page.
>
> My thought is that this has to do with the way I'm setting the value
> and/or the post back but I'm not sure how to work around this.
>
> Any ideas?
>
> Thanks,
> Mark
>
[Non-text portions of this message have been removed]
.