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

c# - Getting "Internal .Net Framework Data Provider error 30" error when column has NULL value -

c++ - How to modify context menu of internet explorer using IDocHostUIHandler::ShowContextMenu? -

gcc - SSE2 instructions not working in inline assembly with C++ -