asp.net - Prevent a LinkButton double click inside an UpdatePanel -


i have linkbutton inside updatepanel not want client click more once before updatepanel refreshes contents. right link button initiates partial postback every client side click until update panel has time refresh. particular link fires off expensive process i'd rather not have run unnecessarily. there .net standard way of doing this? whats solution this? thanks.

use updatepanelanimationextender. can used create nice experience , prevent further interaction until update panel has finished. combine dgh's server side boolean prevent user refreshing page , submitting again (store boolean in session state).

more information updatepanelanimationextender can found here:

http://www.asp.net/ajax/ajaxcontroltoolkit/samples/updatepanelanimation/updatepanelanimation.aspx


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -