2

I need to display aditional information, like a tooltip, but it's a lot of info (about 500 - 600 characters) on the items in a RadioButtonList.

I now trigger the update on a PanelUpdate when the user selects an item in the RadioButtonList, using OnSelectedIndexChanged and AutoPostBack. What I would like to do, is trigger this on onMouseHover (ie. user holds the mouse a second or two over the item) rather than mouse click but I cannot find a way to do this.

4

1 に答える 1

1

非表示フィールドの値を監視するAsyncPostBackTriggerには、を設定してみてください。updatePanel次に、javascriptonMouseHoverイベントで、非表示の値を増やします。これにより、 が起動されAsyncPostBackTrigger、 が更新されUpdatePanelます。

于 2008-09-08T11:59:28.907 に答える