The AJAX ProfileService control saves the DragOverlayExtender location

Source: Internet
Author: User

First, configure in the web. config file:

1) Add the following in <system. web>:

<AnonymousIdentification enabled = "true"/> // enable Anonymous
<Profile enabled = "true">
<Properties>
<Add name = "a" allowAnonymous = "true" type = "String"/>
</Properties>
</Profile>

2) in <configuration>, lower-layer configuration

<System. web. extensions>
<Scripting>
<WebServices>
<ProfileService enabled = "true"
ReadAccessProperties = ""
WriteAccessProperties = "a"/>
</WebServices>
</Scripting>
</System. web. extensions>

"A" is the personalized attribute set by the ProfileProperty attribute of DragOverlayExtender. multiple attributes can be separated by commas.

Then, merge the corresponding controls in the. aspx file:

<PC3: DragOverlayExtender ID = "DragOverlayExtender1" runat = "server" Enabled = "true" TargetControlID = "Calendar1" ProfileProperty = "a" ProfileServiceID = "ProfileService1"/>

<PC3: ProfileService ID = "ProfileService1" runat = "server" AutoSave = "true">
</PC3: ProfileService>

Done.

These two controls are included in the Microsoft. Web. Preview. dll assembly and belong to the ajax ctp version.

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.