Showing posts with label appear. Show all posts
Showing posts with label appear. Show all posts

Saturday, March 24, 2012

dropshadow cant have more than one panel across?

Hi,

I've just been looking at the dropshadow control and tried to make more than one panel appear horizontally next to each other. Unfortunately they seem to appear under each other vertically even when you set the width to something really low like 100px. None of your examples show more than one panel in them horizontally so I'm wondering if this is a correct limitation. And even trying absolute positioning totally breaks these panels! :(

Can you have more than one dropshadow panel across, because for my purposes it is useless without this capability?

Regards,
Andrew.

Sorry, not sure I understand. Mind posting a simple sample?


Ah, I've figured it out now.

It's a DIV CSS issue since everything is rendered to div's.

Adding the style - float: left; allows multiple div's to appear next to each other.

Andrew.


Did you know if you change RenderMode="inline" it uses Span instead?

Wednesday, March 21, 2012

dropdownlist disappear with ModalPopupExtender

My dropdownlist disappear if I useModalPopupExtender. It doesn't appear until there is any postback on the page.

Any solution?

Thanks,

Rahul Jain

Could you please provide more details on how your page is setup? Where is the dropdown list? A small self-sufficient repro would help. Thanks.