How Do I: Use the ASP.NET AJAX Draggable Panel Extender?

With the ASP.NET AJAX Draggable Panel Extender you can provide a content panel with a header area that allows the user to move the panel around the web page.

Presented by Joe Stagner

Duration: 6 minutes, 16 seconds

Date: 31 January 2007

Watch the video   |   Download the video   |   Get VB code  or  C# code

Video downloads: WMV | Zune | iPod | PSP | MPEG-4 | 3GP

Audio downloads: AAC | WMA | MPEG-4 | MPEG-3 | MPEG-2

Comments : 4

Leave a Comment

spirithero : On June 19, 2008 11:39 PM said:

I can't open this video ~_~

peterpanpiotr : On June 26, 2008 11:36 AM said:

Hi Joe,

Tried this and it works fine running locally but when I try to run this on a server I get a webresource.axd error:

The WebResource.axd handler must be registered in the configuration to process this request.

Adding the text below to the webconfig file has no effect on the error. Did I miss something in getting AJAX Control Toolkit working with IIS 7?

Config: IIS 7, VS Pro 2008

<!-- Web.Config Configuration File -->

<configuration>

  <system.web>

      <httpHandlers>

          <add path="WebResource.axd" verb="GET" type="System.Web.Handlers.AssemblyResourceLoader" validate="True" />

      </httpHandlers>

  </system.web>

</configuration>

peterpanpiotr : On June 26, 2008 2:16 PM said:

Nevermind. It was an IIS7 issue. I deserve what I got. Should stick to IIS6 for now until everything is clearly documented.

Thanks for the video!

RajibRoy : On July 15, 2008 11:50 AM said:

This is a good tutorial. But i want to add Close and minimize button with this panel. How can i do it? Anyone please help me.

Rajib Roy

rkroyctg@gmail.com

Leave a Comment

You must be logged in to leave a comment. Click here to log in.