How to apply styles for the pop up window we are getting through ajax confirm button extenderhttp://forums.asp.net/t/1796167.aspx/1?How+to+apply+styles+for+the+pop+up+window+we+are+getting+through+ajax+confirm+button+extenderTue, 24 Apr 2012 05:23:25 -040017961674947599http://forums.asp.net/p/1796167/4947599.aspx/1?How+to+apply+styles+for+the+pop+up+window+we+are+getting+through+ajax+confirm+button+extenderHow to apply styles for the pop up window we are getting through ajax confirm button extender <p>How to apply styles for the pop up window we are getting through ajax confirm button extender</p> 2012-04-24T05:03:00-04:004947630http://forums.asp.net/p/1796167/4947630.aspx/1?Re+How+to+apply+styles+for+the+pop+up+window+we+are+getting+through+ajax+confirm+button+extenderRe: How to apply styles for the pop up window we are getting through ajax confirm button extender <p>Hi Friend,</p> <p>Use the same css classes which are overridden as</p> <pre class="prettyprint">&lt;style&gt; .modalBackground { background-color:Gray; filter:alpha(opacity=70); opacity:0.7; } .modalPopup { background-color:#FFD9D5; border-width:3px; border-style:solid; border-color:Gray; padding:3px; width:250px; } &lt;/style&gt;</pre> <p>As given in <a href="http://forums.asp.net/t/1188275.aspx/1" title="http://forums.asp.net/t/1188275.aspx/1" target="_blank"> http://forums.asp.net/t/1188275.aspx/1</a><br> Also use check other classes using IEweb developer tool and check the css class names and use that.<br> Use the css <a href="http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/StyleSheet.css" title="http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/StyleSheet.css" target="_blank"> http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/StyleSheet.css</a> to copy existing classes.</p> <p><br> <br> </p> <p>&nbsp;</p> 2012-04-24T05:23:25-04:00