Click here to Skip to main content
15,881,898 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerCross post Pin
Not Active31-Mar-11 2:34
mentorNot Active31-Mar-11 2:34 
GeneralRe: Cross post Pin
venu6561-Apr-11 2:35
venu6561-Apr-11 2:35 
GeneralRe: Cross post Pin
Not Active1-Apr-11 3:06
mentorNot Active1-Apr-11 3:06 
QuestionCookies question. [modified] Pin
buffering8330-Mar-11 17:51
buffering8330-Mar-11 17:51 
AnswerRe: Cookies question. Pin
Dejan Bozic30-Mar-11 21:40
Dejan Bozic30-Mar-11 21:40 
QuestionHow Do I Get the ASPNet Login Role for the user logged in? Pin
Dave Clark QED30-Mar-11 5:48
Dave Clark QED30-Mar-11 5:48 
AnswerRe: How Do I Get the ASPNet Login Role for the user logged in? Pin
Not Active30-Mar-11 7:09
mentorNot Active30-Mar-11 7:09 
Questionswf file not getting displayed in chrome Pin
raghvendrapanda30-Mar-11 0:01
raghvendrapanda30-Mar-11 0:01 
Hy,
I have shown a swf file inside the object tag which was embedded into an iframe through jaava script .The following code works in IE 8 but is not working in chrome.I have pasted my code below.


<script type="text/javascript">
function populateIframe(FilePath)
{
// var FilePath='../images/suche.swf';
var ifrm = document.getElementById('ucCMSHTML_ifrmCMSHTML');
ifrm = (ifrm.contentWindow) ? ifrm.contentWindow : (ifrm.contentDocument.document) ? ifrm.contentDocument.document : ifrm.contentDocument;
ifrm.document.open();
ifrm.document.write('<object height="300px" width="100%" style="border: 0 0 0 0 ; background-color: #FFFFFF;" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ><param name="movie" value="'+FilePath+'\" ><param name= wmode value ="opaque"/> </object>');
ifrm.document.close();
contentEditable="true" ;

}
</script>

<table width="100%">
<tr>
<td>
<%-- <asp:Literal ID="ltrcmsHTML" runat="server"></asp:Literal>--%>
<div style='border: 1; width: 100%; height: 100%; overflow: auto; padding: 0px'>
<iframe id='ifrmCMSHTML' runat='server' width='100%' height='300' scrolling='no'
frameborder='0' style='border: 0 0 0 0; background-color: #FFFFFF;'></iframe>
</div>
</td>
</tr>
</table>


Please Help.
Questioncursor in the textbox is blinking very fast Pin
raghvendrapanda29-Mar-11 20:34
raghvendrapanda29-Mar-11 20:34 
Questionpaas MinimumPrefixLength value of ajax autocompleter from code behind Pin
raghvendrapanda29-Mar-11 20:00
raghvendrapanda29-Mar-11 20:00 
QuestionI want to play avi file continually. Pin
buffering8329-Mar-11 19:01
buffering8329-Mar-11 19:01 
AnswerRe: I want to play avi file continually. Pin
Gaurav K Singh29-Mar-11 19:58
Gaurav K Singh29-Mar-11 19:58 
GeneralRe: I want to play avi file continually. Pin
buffering8329-Mar-11 20:16
buffering8329-Mar-11 20:16 
QuestionCan not display Image [modified] Pin
Orcun Iyigun29-Mar-11 7:22
Orcun Iyigun29-Mar-11 7:22 
AnswerRe: Can not display Image Pin
Dalek Dave29-Mar-11 7:30
professionalDalek Dave29-Mar-11 7:30 
GeneralRe: Can not display Image Pin
Orcun Iyigun29-Mar-11 7:48
Orcun Iyigun29-Mar-11 7:48 
GeneralRe: Can not display Image Pin
Dalek Dave29-Mar-11 8:14
professionalDalek Dave29-Mar-11 8:14 
GeneralRe: Can not display Image Pin
Orcun Iyigun29-Mar-11 8:22
Orcun Iyigun29-Mar-11 8:22 
GeneralRe: Can not display Image Pin
gavindon29-Mar-11 8:27
gavindon29-Mar-11 8:27 
GeneralRe: Can not display Image Pin
Pete O'Hanlon29-Mar-11 8:55
mvePete O'Hanlon29-Mar-11 8:55 
GeneralRe: Can not display Image Pin
gavindon29-Mar-11 8:58
gavindon29-Mar-11 8:58 
GeneralRe: Can not display Image Pin
gavindon29-Mar-11 8:30
gavindon29-Mar-11 8:30 
GeneralRe: Can not display Image Pin
Orcun Iyigun29-Mar-11 8:47
Orcun Iyigun29-Mar-11 8:47 
GeneralRe: Can not display Image Pin
gavindon29-Mar-11 8:56
gavindon29-Mar-11 8:56 
GeneralRe: Can not display Image Pin
Orcun Iyigun29-Mar-11 9:03
Orcun Iyigun29-Mar-11 9:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.