Click here to Skip to main content
15,913,587 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello All,

Can I add page_Load event as a trigger of update panel?
Posted

1 solution

add page_Load event as a trigger of update pane

Have you read on what triggers do and how update panel works? Have a quick read here.[^]

Update Panel is for partial rendering. In case you need to execute a certain method you can always write about that in the triggered control event (and the UI related must be inside update panel)

You need to make sure about your page design. Having a scenario if any to trigger a Pageload does not make any sense.
 
Share this answer
 
Comments
Dalek Dave 12-Oct-10 6:51am    
Good Answer.
yedhuvamshi 24-Apr-14 7:31am    
i am having problem with trigger event name="event name". saying that event unable to find,but that event is there plz comment thank u in advance

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900