Use of Microsoft's built-in Ajax

Source: Internet
Author: User

First downloadAspajaxextsetup,TheAjaxcontroltoolkit. dllPut inUIInBinFolder.Now you can use.

Asp : scriptmanager id =" scriptmanageruser " enablepagemethods =" true " runat =" server " />

<ASP:Updatepanel ID= "Updatepanel1" Runat= "Server"> <Contenttemplate>

Asynchronous refresh content

</Contenttemplate>

<Triggers>

< ASP : Asyncpostbacktrigger controlid =" button1 " eventname =" click " /> Asp : asyncpostbacktrigger controlid =" dropdownlist1 " eventname =" selectedindexchanged " />

<ASP:Asyncpostbacktrigger Controlid= "Checkbox1" Eventname= "Checkedchanged" />

</Triggers>

</ASP:Updatepanel>

//Note that the controlid is the ID of the trigger control, while the dropdownlist1 trigger is onselectedindexchanged = "dropdistrict_selectedindexchanged", and the trigger is the dropdistrict_selectedindexchanged segment in the running CS.

Oncheckedchanged = "checkbox#checkedchanged"After triggering, It is the checkbox‑checkedchanged block in the running CS.

Summary:EventnameYescontrolsClickPart,For exampleClick (Onclick);

Selectedindexchanged (Onselectedindexchanged);

Checkedchanged (Oncheckedchanged).

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.