|
| 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.