Use of updatepanel and triggers in Ajax

Source: Internet
Author: User

1. Page Definition: <asp: updatepanel id = "updatepanel1" runat = "server">

<Contenttemplate>

-- Controls and other Div

</Contenttemplate>

<Triggers>
<Asp: asyncpostbacktrigger controlid = "btnprirefresh"/>
<Asp: asyncpostbacktrigger controlid = "delete"/>
</Triggers>
</ASP: updatepanel>

2. toolkitscriptmanager must be defined

(1). Use WebService

<Ajaxtoolkit: toolkitscriptmanager id = "scriptmanager1" runat = "server">
<Services>
<Asp: servicereference Path = ".../WebService. asmx"/>
</Services>
</Ajaxtoolkit: toolkitscriptmanager>

(2) WebService is not used

<Ajaxtoolkit: toolkitscriptmanager id = "scriptmanager1" runat = "server">

</Ajaxtoolkit: toolkitscriptmanager>

3. triggers

The control in triggers does not need to be written to updatepanel. As long as it is defined in triggers, this control also achieves the effect of putting it in updatepanel.

4. Common sense

Generally, you need to use triggers when adding or deleting data to updatepanel. you can press the button to put it into triggers,

This button is used to re-bind the dataset.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.