Logo 
Search:

Asp.net Answers

Ask Question   UnAnswered
Home » Forum » Asp.net       RSS Feeds
  Question Asked By: Fern Sanchez   on Aug 03 In Asp.net Category.

  
Question Answered By: Barachias Levi   on Aug 03

I'd like to see what you come up with.
I plan to refine it myself.

What I'm trying to do with the timer  is
write another Handler which will enable
me to click  on an ImageButton and pass
the X, Y coordinates and the size and
image path to the Handler. This Handler
will cut a rectangle out of a larger image
and pass it back so that I can show
increased detail.

After thinking about it I decided I would
be better off opening a new window
on the ImageButton click and accessing
the coordinates thru Session variables.
I would then pass this to the Handler from the
new window, receive the detail image back
and then close the new window with
setTimeout('window.close()', 3000). This
makes this easy and saves me 1 form
post.

Share: 

 

This Question has 5 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Causing timed form Post Or get search suggestion and latest updates.


Tagged: