S
seth
The Environment:
I have a 3rd party control referenced as an object on an aspx page with
inline code in script tags accessing the methods of properties of same. I
also have a Codebehind page handling all the non-object chores.
The Problem:
The object/control has as one of its properties 'FileName' which is a
string. I need to pass the value of that property to some container so that
my Codebehind page will have access to the value of that string.
Failed Solutions:
1)From within the inline sub I can change the .innerText of a div or span
but the Codebehind page doesn't "see" the container.
2)From within the inline sub an asp:label doesn't expose the normal .text
3)From within the inline sub trying to set a Session() variable errors out
saying 'type mismatch: Session' ... I've already checked IIS to make sure
saving Session variables is OKd
Any suggestions?
thx in advance,
S~
I have a 3rd party control referenced as an object on an aspx page with
inline code in script tags accessing the methods of properties of same. I
also have a Codebehind page handling all the non-object chores.
The Problem:
The object/control has as one of its properties 'FileName' which is a
string. I need to pass the value of that property to some container so that
my Codebehind page will have access to the value of that string.
Failed Solutions:
1)From within the inline sub I can change the .innerText of a div or span
but the Codebehind page doesn't "see" the container.
2)From within the inline sub an asp:label doesn't expose the normal .text
3)From within the inline sub trying to set a Session() variable errors out
saying 'type mismatch: Session' ... I've already checked IIS to make sure
saving Session variables is OKd
Any suggestions?
thx in advance,
S~