Page view counter

ASP.NET AJAX Sample applications - SimpleList

Last post 01-06-2007 3:06 PM by wisecarver. 1 replies.

Sort Posts:

  • ASP.NET AJAX Sample applications - SimpleList

    01-06-2007, 1:49 PM
    • Loading...
    • XIII
    • Joined on 06-30-2002, 11:59 PM
    • Essen, Belgium
    • Posts 12,638
    • Points 109,610
    • ASPInsiders
      Moderator
      TrustedFriends-MVPs

    Hi,

    I also just started learning ASP.NET AJAX for real and I wanted to check out the Samples that one can download. I thought using the SimpleList would be the easiest but I soon found out that when you want to run the DragOverlayExtender began complaining. Seemed the web.config isn't complete. I added these extra lines in order to get it to work:

        <profile>
          <properties>
            <add name="dragOverlayPosition"/>
          </properties>
        </profile>

     and

          <profileService enabled="true"
                          readAccessProperties="dragOverlayPosition"
                          writeAccessProperties="dragOverlayPosition" />
     

    I hope this helps other people out that are just starting to play around with the samples

    If you like to read more about it...

    Grz, Kris.

  • Re: ASP.NET AJAX Sample applications - SimpleList

    01-06-2007, 3:06 PM
    • Loading...
    • wisecarver
    • Joined on 06-18-2002, 1:59 PM
    • Johnson City, Tennessee
    • Posts 375
    • Points 1,159

    Thanks for sharing Kris...Please continue to do so.

      Salute,

       Mark Wisecarver

Page 1 of 1 (2 items)