The dream of refreshing pagination is coming!

Source: Internet
Author: User

The dream of refreshing pagination is coming!

In the past, I was so envious of the refreshing pages implemented by web application experts !,
Today, I finally realized it myself. The sense of accomplishment is still high. In fact, it is very easy to implement in. net2.0, mainly Ajax.
The updatepanel control in the extensions column can include the pagination list and pagination button. However, to implement the Microsoft Ajax component, you must first install it and then
Configure in Web. config. OK !!
Web. config Configuration:
<System. Web>
<Httphandlers>
<Remove verb = "*" Path = "*. asmx"/>

<Add verb = "*" Path = "*. asmx" Validate = "false"
Type = "system. Web. Script. Services. scripthandlerfactory,
System. Web. Extensions, version = 1.0.61025.0, culture = neutral,
Publickeytoken = 31bf3856ad364e35 "/>
<Add verb = "*"
Path = "* _ appservice. axd" Validate = "false"
Type = "system. Web. Script. Services. scripthandlerfactory,
System. Web. Extensions, version = 1.0.61025.0, culture = neutral,
Publickeytoken = 31bf3856ad364e35 "/>
<Add verb = "Get, head"
Path = "scriptresource. axd"
Type = "system. Web. Handlers. scriptresourcehandler, system. Web. Extensions,
Version = 1.0.61025.0, culture = neutral, publickeytoken = 31bf3856ad364e35"
Validate = "false"/>
<Add verb = "get"
Path = "crystalimagehandler. aspx"
Type = "crystaldecisions. Web. crystalimagehandler, crystaldecisions. Web,
Version = 10.2.3600.0, culture = neutral,
Publickeytoken = 692fbea5521e1304 "/>
</Httphandlers>

<Pages>
<Controls>
<Add
Tagprefix = "Atlas" namespace = "system. Web. UI"
Assembly = "system. Web. Extensions, version = 1.0.61025.0, culture = neutral,
Publickeytoken = 31bf3856ad364e35 "/>
</Controls>
</Pages>
</System. Web>

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.