ajaxcontroltoolkit - modalPopupExtender when shown from code-behind doesnt apply the transparency to the background -
while wanting modalpopupextender show code-behind, works except
- the opacity , alpha(filter) properties of css not applied meaning modal popup color set in backgroundcssclass , hence cannot see original controls in background.
anyone facing weird behavior , have solution this?
b.t.w, works when targetcontrolid not hidden.
i battled same issue of day today. have 3 pages identical code in them. 2 of pages worked expected, transparent background, 1 did not. in one, background 100% opaque.
finally, realised had accidentally deleted < !doctype html >
line in page. adding 1 line page fixed problem instantly. simple. , little unexpected. hth
Comments
Post a Comment