79135213

Date: 2024-10-28 22:06:01
Score: 1
Natty:
Report link

if you set updateMode=conditional then the page will not refresh but the event will fire.

Setting ChildrenAsTriggers="true" only says that any event from the children elements will update the panel. If you set childrenAsTriggers to false then in the code behind in you event you can simply call updatePanel1.Update(); This is a better way as it allows you to control what panel gets updated at what time.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Mike