Defining byte arrray in javascript.

Posted by kumar on Stack Overflow See other posts from Stack Overflow or by kumar
Published on 2010-03-02T07:22:54Z Indexed on 2010/03/11 18:49 UTC
Read the original article Hit count: 539

Filed under:
|
|

Hi

How do i pass a byte array from javascript to ActiveX control.

My javascritp will call WCF servie ( mehtod) and that method will return a byte array. after that i need to passs this byte array to the active x control.

could any body provide me a solution for this.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about asp.net-ajax