Mac
Mac

Reputation: 7533

Ajaxifications of panels in asp.net

I am having two panels consisting two gridviews and having some filters separate for both the panels right now on applying any dropdown filter is reloading the whole page as it is doing a full postback i want to make both the panels ajaxified so that on applying filters in one panel will refresh that panel only what approach should i take.

Upvotes: 0

Views: 30

Answers (1)

WraithNath
WraithNath

Reputation: 18013

have you seen the ?

this should do exactly what you want. Just wrap both panels in an UpdatePanel.

You will also need to add a ScriptManager to the page.

N

Upvotes: 1

Related Questions