Displaying 2 frames one screen

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi Guys,

I am trying to display a jpeg image of a scanned exam on the screen. I want
to be displaying that on some part of the screen, and then on the same
screen, I want to display marking tools for an examiner to mark the exam.
Although the image and marking tools are independent of each other, I want to
moving the image on the screen, depending on what part of the exam the
examiner is marking.

Can that be achieved in asp.net ? If yes then whats the best way of
achieving it?

Thanks,

I.A
 
Ultimately, you're going to end up having to do that with some sort of
client scripting (probably javascript)
 
Back
Top