G
Guest
Howdy...
I have an asp.net web form with an ImageButton control on the form. When
clicked, the ImageButton's click event handler is supposed to pass X and Y
coordinates of the mouse click's location on the PAGE. I know that I can see
the X, Y coords for the click event relative to the ImageButton control, but
this does no good for my particular application.
What I am trying to do is display a calendar user control at the exact
location where the user clicked the little calendar placeholder ImageButton.
The calendar user control is encapsulated in an Aspanel. When the click
event fires, I change the Visible attribute of the panel and set its Left and
Top styles. The control needs to be "Absolutely" positioned to appear as
though it is hovering...
Any ideas would be greatly appreciated!
TIA - TB
I have an asp.net web form with an ImageButton control on the form. When
clicked, the ImageButton's click event handler is supposed to pass X and Y
coordinates of the mouse click's location on the PAGE. I know that I can see
the X, Y coords for the click event relative to the ImageButton control, but
this does no good for my particular application.
What I am trying to do is display a calendar user control at the exact
location where the user clicked the little calendar placeholder ImageButton.
The calendar user control is encapsulated in an Aspanel. When the click
event fires, I change the Visible attribute of the panel and set its Left and
Top styles. The control needs to be "Absolutely" positioned to appear as
though it is hovering...
Any ideas would be greatly appreciated!
TIA - TB