asp.net - javascript on updatepanel -


how run script updatepanel begins. have gridview inside updatepanel , when user clicks sort or change page, i'd run script postback begins.

thanks.

you can use beginrequest event handler. can see documentatio here. if have more 1 update panel update mode conditional need inspect request see update panel being updated.


Comments

Popular posts from this blog

php - How to build a web site which gives a sub-domain dynamically to every registered user? -

c# - Add item to Generic List / Collection using reflection -