F
FrankS
What is 2007 equivalent of calling a managed code function:
In 2003 we would use script like this and return a value. How do you do this
from a User Control in 2007?
Set oApp = Parent.Window.External.XDocument
Result = oApp.Extension.GetValueFromCodeBehind()
Thanks,
Frank
In 2003 we would use script like this and return a value. How do you do this
from a User Control in 2007?
Set oApp = Parent.Window.External.XDocument
Result = oApp.Extension.GetValueFromCodeBehind()
Thanks,
Frank