[SOLVED] Set / get Image source of picturebox from javascript

Answered
0
0

Dear Team,

Hi,

I have to implement bio metric authentication with my applications.

The supported API only having java script calls, where images are captured from device and set to picture box.

All these functions where successfully implemented in asp pages, need to be integrated with wisej.

How can i get the elements, get the values from elements and set the values to the element from java script wherever required.

Thanking in advance,

P Vishal

  • You must to post comments
Best Answer
0
0

the PictureBox control is represented as a wisej.web.PictureBox javascript object. You can use pictureBox1.setSource(value) to set either:

  • url
  • base64 data
  • theme image name

 

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.