ModalPopupExtender displays a black box when it contains a user control - asp.net

I'm using the Ajax Control Toolkit's ModalPopupExtender. It works great but when I add a user control to the panel it is set to display, the modal popup is displayed with a black box over it.
This is how it looks like:
Is anyone familiar with the problem? Is there a workaround?
Thanks,
Shay.

Take a look at this post:
http://forums.asp.net/p/991583/1288989.aspx
Try setting drop shadow to false and then make sure your DOCTYPE is XHTML. If that doesn't fix it then definitely post your code and I'm sure somebody can figure it out.

Related

autocomplete extender or the combobox from the Ajax control toolkit

Earlier, when I had a question about Depending source for drop down list, somebody advised me this link: http://www.aspdotnet-suresh.com/2011/03/how-to-implement-auto-complete-textbox.html
But in this article does not have arrow bar and some things that work like drop down list when nothing typed in the text box.
i like some things that works like below picture.
Check this out. But this ain't jQuery
http://dhtmlx.com/docs/products/dhtmlxCombo/index.shtml

<asp:combobox> the dropdown box is positioned way to the right?! I want it to position directly below the textbox

Hi I hope somebody can help me with this problem because it's driving me nuts!
I have a C#, asp.net web page (with Master.Page) and in that web page I've placed a and inside that I've placed a combo box (from the AJAX Toolkit). With multiple items attached to the combobox and the user clicks the down arrow, a dropdown box appears (usually) right below the comboboxes textbox. In my case this dropdown box appears way out to the right! I mean it's out of the viewable page! Is there a reason for this? What am I doing wrong?
Here is a sample of my code:
Mild
Medium
Hot
Thanks in advance for your help
Steve
Not clear with question. Perhaps you mean your values of dropdown doesn't come below the textbox. If this is the case, you have to fix the CSS by adjusting it as per your requirement.

How do you force Combobox dropdowns to stay open

How do you force Combobox dropdowns to stay open even when other Alert boxes appear. Looking at what to subclass from mx.Combobox, there doesn't seem to be much that i can do to short of implementing an entire combobox from scratch.Thx
For that you need to create a custom ComboBox which if created in following Link. and might be this link will going to be useful to you.
Please visit this LINK

devexpress popup control from usercontrol rendered behind of news panel because of z-index

in my asp.net 4.0 web application i have a jquery based news panel. In that page, a devexpress popup control from a usercontrol appears behind the news panel. I looked at the css of the news panel z-index values ares set to 100.I changed this value to 0, minus values but popup window is still behind of the panel. I try to set the z-index of the popup control to int max but it did not help too.
Any help or clue would be helpful by the way i am using devexpress v10.2.4.
Thank you.
edit: I have updated devex version to v11.2.7 by the way it works perfectly with ie 9 but with ff and chrome i have not been able to see desired result. It seems like a bug or i am missing something i hate when component libraries became unstable between browsers. Still trying to solve the problem i will write here if i'll had one.
Here is the answer of the question. It is not a clear answer but hope gives someone a clue about what to do. Check the css settings of the wrapper elements for your popup control. Or take your popup control out of the element and try with this situation in order the understand where the problem.
in my case i just deleted this lines from the css of the div which contains my usercontrol.
border-radius: 6px;
opacity: 0.9;
To summarize check your css carefully.

Modal Pop-up Image Viewer for Asp.net

I am looking for a control which can show me selected image detail view which is actually gonna be bigger image in a modal pop up to show a better view of image to my customers. You know those standard modal pop-up resizeable to selected image original size. Dynamicly resizable modal pop-up is actually what I am looking for and of course it should be for Asp.net (if possible for 3.5)
I've searching for a while but I haven't been able to come up with a acceptable solution yet.
Thanks in advance.
Although not asp.net, but rather javascript based, Lightbox is the granddaddy of displaying a popup with a larger image. http://www.lokeshdhakar.com/projects/lightbox2/
There are many other similar open-source client-side 'controls' that would do what you want.
You may also need to roll your own from jQuery of YUI to build the resizeable requirement that you want.
You might want to have a look at Telerik:
http://www.telerik.com/products/aspnet-ajax.aspx
The have some controls that would probably get the job done.
Otherwise search for Infragistics, they have similar controls.

Resources