Click here to Skip to main content
15,893,622 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Voice File Conversion (from DSS or DSS2 to WAV or WMA) Pin
Abhijit Jana5-Aug-09 18:32
professionalAbhijit Jana5-Aug-09 18:32 
QuestionQuery required Pin
siddisagar5-Aug-09 18:21
siddisagar5-Aug-09 18:21 
AnswerRe: Query required Pin
Abhijit Jana5-Aug-09 18:30
professionalAbhijit Jana5-Aug-09 18:30 
AnswerRe: Query required Pin
Sundeep Ganiga5-Aug-09 19:10
Sundeep Ganiga5-Aug-09 19:10 
Questionreply to the post..., Pin
Member 38798815-Aug-09 18:18
Member 38798815-Aug-09 18:18 
AnswerRe: reply to the post..., Pin
Abhijit Jana5-Aug-09 18:28
professionalAbhijit Jana5-Aug-09 18:28 
GeneralRe: reply to the post..., Pin
Member 38798815-Aug-09 18:35
Member 38798815-Aug-09 18:35 
Questioniframe content [modified] Pin
epcode15015-Aug-09 16:46
epcode15015-Aug-09 16:46 
Hi, I use VS2005 C# for aspx.
- Default.aspx auto redirects to Index.aspx. It works fine. But iframes (src = other aspx files) in index.aspx cannot be displayed in IE and firefox version 3.x. Only blank content (white pages) are shown. When I right-click them, I can see the soure!
- PS: It works fine in firefox version 2.0.x.
- Below is the code of Index.aspx, please help. Thanks!

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Index.aspx.cs" Inherits="Page_EN_Index" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Wealth Blooming</title>
<link rel="StyleSheet" href="../../StyleSheet.css" type="text/css" media="screen" />
</head>
<body>
<form id="form1" runat="server" class="pageIndex">
<div>
<table width="100%" border="0">
<tr>
<td class="frameTop" rowspan="1">
<iframe id="frameTop" runat="server" width="100%" height="280" frameborder="0" src="" scrolling="auto"></iframe>
</td>
<td class="pageRight" rowspan="3">
</td>
</tr>
<tr>
<td class="frameHome" rowspan="1">
<iframe id="frameHome" runat="server" width="100%" height="1600" frameborder="0" src="Home.aspx" scrolling="auto"></iframe>
</td>
</tr>
<tr>
<td class="frameBottom" rowspan="1">
<iframe id="frameBottom" runat="server" width="100%" height="150" frameborder="0" src="Bottom.aspx" scrolling="auto"></iframe>
</td>
</tr>
</table>
<br />
<br />
<asp:Label ID="labelError" runat="server" CssClass="labelError"></asp:Label>
</div>
</form>
</body>
</html>

* If the scr in Index.aspx iframe = aspx file with NO javascript, it works fine!

modified on Wednesday, August 5, 2009 11:33 PM

QuestionDatabase Data Entry problem Pin
jestgr5-Aug-09 11:07
jestgr5-Aug-09 11:07 
AnswerRe: Database Data Entry problem Pin
Christian Graus5-Aug-09 11:38
protectorChristian Graus5-Aug-09 11:38 
Questioninsert query Pin
sajjy5-Aug-09 9:59
sajjy5-Aug-09 9:59 
AnswerRe: insert query Pin
Blue_Boy5-Aug-09 10:23
Blue_Boy5-Aug-09 10:23 
GeneralRe: insert query Pin
sajjy5-Aug-09 10:39
sajjy5-Aug-09 10:39 
GeneralRe: insert query Pin
Blue_Boy5-Aug-09 10:41
Blue_Boy5-Aug-09 10:41 
QuestionArrayList Objects referencing to old objects Pin
freeman19895-Aug-09 8:25
freeman19895-Aug-09 8:25 
AnswerRe: ArrayList Objects referencing to old objects Pin
fuzionist5-Aug-09 8:31
fuzionist5-Aug-09 8:31 
AnswerRe: ArrayList Objects referencing to old objects Pin
N a v a n e e t h5-Aug-09 9:09
N a v a n e e t h5-Aug-09 9:09 
GeneralRe: ArrayList Objects referencing to old objects Pin
fuzionist5-Aug-09 9:51
fuzionist5-Aug-09 9:51 
QuestionAjax not working Pin
Ersan Ercek5-Aug-09 8:12
Ersan Ercek5-Aug-09 8:12 
AnswerRe: Ajax not working Pin
Not Active5-Aug-09 9:04
mentorNot Active5-Aug-09 9:04 
GeneralRe: Ajax not working Pin
Ersan Ercek5-Aug-09 9:25
Ersan Ercek5-Aug-09 9:25 
GeneralRe: Ajax not working Pin
Abhijit Jana5-Aug-09 9:58
professionalAbhijit Jana5-Aug-09 9:58 
GeneralRe: Ajax not working Pin
Ersan Ercek5-Aug-09 9:59
Ersan Ercek5-Aug-09 9:59 
Questionrelease dates of WCF,AJAX,.. Pin
suni_dotnet5-Aug-09 6:56
suni_dotnet5-Aug-09 6:56 
AnswerRe: release dates of WCF,AJAX,.. Pin
Abhijit Jana5-Aug-09 8:03
professionalAbhijit Jana5-Aug-09 8: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.