Saturday, March 24, 2012

Updating UpdatePanel onMouseOver

Is there any way to set an UpdatePanel to update with an onMouseOver event within an HREF?

Is there any way to have the page load and then for it to load the "UpdatePanel" and while the "Update Panel" is loading it would display the atlas:UpdateProgress?

a work around that worked for me was -

place an invisible button within the updatepanel and then when you hover over the link do a

document.getElementById(

+name of button+).click()

Which will simulate a click and obviously postback the update panel

There is probably a better way of doing this, i hope there is as i wouldnt mind knowing :)

laterz


Hey, thanks! I appreciate the post. I haven't found any other way to do it but I think this is a good idea.

No comments:

Post a Comment