Showing posts with label stuff. Show all posts
Showing posts with label stuff. Show all posts

Monday, March 26, 2012

DropShadowExtender

I am totally new to AJAX, and I have downloaded the Toolbox and the framework. Cool stuff. It really makes programming easier and web-pages more functionally.

I have also seen the movie about the Dropshadowextender, and Now I want to use it in one of my own web-sites.

I have a menu in the left side, and the menu is build within an UpdatePanel. Inside the updatePanel I have a panel (with some text), and it is the Panel that I want to have a shadow around.

When I put the DropShadowExtender to the ASPX-page, and choose PANEL1 as the TargetControlID I get the following error:

System.InvalidOperationException: The TargetControlID of 'DropShadowExtender1' is not valid. A control with ID 'Panel1' could not be found.

That happens no matter if I put the Extender inside or outside the updatepanel.

Please help me. I buy you a beer when you come to Denmark if you can help meGeeked

thanks in advance.

Søren Jensen

Hi,

You're saying that if you put the extender inside the UP it works so... what is the problem ?


I need to apologize for my bad english :-)

I mean that it does not work even if I put the extender inside the UP.

Søren


No problem! english is not my spoken langage too...

I've just tried what you describe and it worked for me.
What version of Atlas are you using ? the v1.0 beta 1 or older CTP ?
Maybe can you copy some code here ?


I have just downloaded V1.0 Beta 1.....

I will try to build a new site later today, and post some code in here. THX

Wednesday, March 21, 2012

DropDownList blinks on update in IE, not in FF

I have some pages with lots of updatepanels and stuff, and everything works fine. The only glitch: each and one drop down list inside an UpdatePanel disappears when the update of that particular UpdatePanel is initiated, and then reappears whan the update is finished. This is quite some annoying "blink" ! :)

The "blink" happens to all my ddl's inside update panels, irrespective of whether I actually change their values, rebind, whatever. But, it happens in only IE 6, but NOT in FF 2, where the updates runs smoothly, just as for all other components in all my update panels.

Anyone with any ideas on how to stop the ddl's from blinking in IE ?


Bump. Anybody facing similar problem ? Or rather, solutionSmile