Popup:
window.opener.MainForm.hiddenField.value = 99;
(it states that this object is null or not an object - also I am doing a
RegisterClientScriptBlock with this)
MainPage:
protected System.Web.UI.HtmlControls.HtmlInputHidden hiddenField;
if (hiddenField.Value!="")
{
string str = hiddenField.Value;
}
<input type="hidden" id="hiddenField" name="hiddenField" runat="server">
Any help is appreciated.
-- bruce (sqlwork.com)
"aaa" <som...@microsoft.com> wrote in message
news:eNZgp8s...@TK2MSFTNGP12.phx.gbl...
"Bruce Barker" <brubar_nos...@safeco.com> wrote in message
news:eS76oItY...@TK2MSFTNGP10.phx.gbl...
I've come across this problem when I've refernced fields on a page with
user controls.
"aaa" <som...@microsoft.com> wrote in
news:eNZgp8s...@TK2MSFTNGP12.phx.gbl: