|
| 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
|
|
|
| jmorrisx : On July 24, 2008 5:48 AM said: |
Hi Joe, another great demo.
For some reason it doesn't seem to want to behave itself.
You can move the panel around fine until you resize browser window, then it dies. It seems to enter an endless loop related to the onresize event setting the body style height.
Any ideas?
Also noticed when working it doesn't stop you dropping part of the panel outside the visible area, it only stops you if the mouse pointer leaves the browser window.
And unlike your demo the panel doesn't move with the mouse, it only moves on the mouse up event (you see the drag-drop pointer during the move though. This is probably due to some vista setting.
Web Server iis6 on wsvr2003 (.net 2.0)
Client ie7 (x86 version) on vista (x64)
Also viewed it on the server (ie6) and same behaviour except panel moves with mouse
Thanks again
james
|
|
|
| cv_vikram : On August 06, 2008 1:31 PM said: |
It's a very good video tutorial...thanks
|
|
Leave a Comment
You must be logged in to leave a comment. Click here to log in.