ASP.net Update pannel and trigger -


my page contains drop down list, buttons, datagridview , these have events . add these events under <trigger> <updatepannel>?

if i'm not wrongly understanding question, there's no need of registering child update panel control's events.

you need register triggers such controls should provoke partial or full postback outside update panel (there're other situations you'll need reasons inner ones).

i hope helpful :)


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -