Tagged Questions
1
vote
2answers
1k views
How can I recall a javascript function after updatepanel update
<asp:UpdatePanel ID="UpdatePanel2" runat="server"
OnLoad="UpdatePanel2_Load" UpdateMode="Conditional">
<ContentTemplate>
<script type="text/javascript">
...