Hi,
Can one call a c# function from within a javascript function ? I have a
c# > function GetLanguageItem(title), how can I call the above function from
a
javascript function in an .aspx page.
Aleksey Nudelman - 29 Aug 2003 17:31 GMT
You will need to compile your C# code and expose as a COM
object to Java Script through COM Callable Wrapper (CCW).
Aleksey
>-----Original Message-----
> Hi,
[quoted text clipped - 4 lines]
>
>.