Click here to Skip to main content
15,887,350 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Generalproblem passing parameters to ASp.NET when migrating foxweb to ASp.NET [modified] Pin
SAIRS28-Apr-08 6:08
SAIRS28-Apr-08 6:08 
QuestionBanner Problem (Master Page) Pin
ksaw12328-Apr-08 5:34
ksaw12328-Apr-08 5:34 
GeneralRe: Banner Problem (Master Page) Pin
Guffa28-Apr-08 5:58
Guffa28-Apr-08 5:58 
GeneralRe: Banner Problem (Master Page) Pin
Ashish Sehajpal28-Apr-08 6:18
Ashish Sehajpal28-Apr-08 6:18 
AnswerRe: Banner Problem (Master Page) Pin
Krazy Programmer28-Apr-08 7:20
Krazy Programmer28-Apr-08 7:20 
QuestionRe: Banner Problem (Master Page) Pin
ksaw12328-Apr-08 8:17
ksaw12328-Apr-08 8:17 
GeneralRe: Banner Problem (Master Page) Pin
Ashish Sehajpal28-Apr-08 8:26
Ashish Sehajpal28-Apr-08 8:26 
QuestionRe: Banner Problem (Master Page) Pin
ksaw12328-Apr-08 8:53
ksaw12328-Apr-08 8:53 
Thanks again, but it Visual Studio (VS) gives me a red line below embed. It is VS is not recognizing it. It says [ Validation(XHTML 1.0 transitional): Element 'embed' is not supported.]. I don't now what to do.

My master page code is as follows:
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage5.master.cs" Inherits="MasterPage5" %><br />
<br />
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><br />
<br />
<html xmlns="http://www.w3.org/1999/xhtml" ><br />
<head runat="server"><br />
    <title>Untitled Page</title><br />
</head><br />
<body><br />
    <form id="form1" runat="server"><br />
    <div><br />
        &nbsp;<br />
        <table border="0" cellpadding="0" cellspacing="0" style="z-index: 100; left: 0px;<br />
            width: 100%; position: absolute; top: 0px; height: 100%"><br />
            <tr><br />
                <td rowspan="4" style="width: 8%"><br />
                    margine</td><br />
                <td rowspan="4" style="width: 6px"><br />
                    h</td><br />
                <td colspan="2" style="height: 15%; width: 80em" id="kfupmlogo"><br />
<br />
                    logo<br />
                    <div style="width: 100px; height: 100px"><br />
                    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"<br />
                    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0"<br />
                    id="Object1" width="700" height="100"><br />
                    <param name="movie" value="images/logo.swf" /><br />
                    <param name="quality" value="high" /><br />
                    <param name="bgcolor" value="#FFFFFF" /><br />
                    <embed name="ad2" src="images/logo.swf"<br />
                    quality="high" bgcolor="#FFFFFF" swLiveConnect="true"<br />
                    width="490" height="352"<br />
                    type="application/x-shockwave-flash"<br />
                    pluginspage="http://www.macromedia.com/go/getflashplayer"></embed><br />
                    </object><br />
<br />
                    </div><br />
                    </td><br />
                <td rowspan="4" style="width: 1%; height: 3%">h<br />
                </td><br />
                <td rowspan="4" style="height: 3%; width: 13%"><br />
                    margine</td><br />
            </tr><br />
            <tr><br />
                <td colspan="2" style="height: 6px"><br />
                    naviagation</td><br />
            </tr><br />
            <tr><br />
                <td style="width: 10%; height: 242px"><br />
                    menu</td><br />
                <td style="width: 78%; height: 242px"><br />
                    <asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server"><br />
                    </asp:ContentPlaceHolder><br />
                </td><br />
            </tr><br />
            <tr><br />
                <td colspan="2" style="height: 3%; width: 80%"><br />
                    footer</td><br />
            </tr><br />
        </table><br />
    </div><br />
    </form><br />
</body><br />
</html><br />

Thanks again for your help.
GeneralRe: Banner Problem (Master Page) Pin
Ashish Sehajpal28-Apr-08 9:00
Ashish Sehajpal28-Apr-08 9:00 
GeneralRe: Banner Problem (Master Page) Pin
ksaw12328-Apr-08 9:11
ksaw12328-Apr-08 9:11 
GeneralRe: Banner Problem (Master Page) Pin
Ashish Sehajpal28-Apr-08 9:20
Ashish Sehajpal28-Apr-08 9:20 
GeneralRe: Banner Problem (Master Page) Pin
Ashish Sehajpal28-Apr-08 9:02
Ashish Sehajpal28-Apr-08 9:02 
GeneralRe: Banner Problem (Master Page) Pin
ksaw12328-Apr-08 9:14
ksaw12328-Apr-08 9:14 
QuestionURL Rewriting for Subdomains Pin
wEb GuRu...28-Apr-08 4:42
wEb GuRu...28-Apr-08 4:42 
GeneralRe: URL Rewriting for Subdomains Pin
Mark J. Miller28-Apr-08 7:37
Mark J. Miller28-Apr-08 7:37 
Questionsave aspx file into sub domain ? Pin
winseelan28-Apr-08 4:39
winseelan28-Apr-08 4:39 
GeneralImage control not showing image at runtime Pin
bld28-Apr-08 4:07
bld28-Apr-08 4:07 
GeneralRe: Image control not showing image at runtime Pin
Ashish Sehajpal28-Apr-08 9:06
Ashish Sehajpal28-Apr-08 9:06 
GeneralRe: Image control not showing image at runtime Pin
bld28-Apr-08 9:20
bld28-Apr-08 9:20 
GeneralRe: Image control not showing image at runtime Pin
Ashish Sehajpal28-Apr-08 9:25
Ashish Sehajpal28-Apr-08 9:25 
GeneralRe: Image control not showing image at runtime Pin
bld28-Apr-08 9:30
bld28-Apr-08 9:30 
GeneralThe underlying connection was closed: Could not establish trust relationship with remote server. Pin
A Wong28-Apr-08 3:42
A Wong28-Apr-08 3:42 
GeneralRe: The underlying connection was closed: Could not establish trust relationship with remote server. Pin
A Wong28-Apr-08 3:45
A Wong28-Apr-08 3:45 
GeneralRe: The underlying connection was closed: Could not establish trust relationship with remote server. Pin
A Wong29-Apr-08 7:21
A Wong29-Apr-08 7:21 
GeneralIIS 6.0 3rd party app question Pin
SomeGuyThatIsMe28-Apr-08 3:01
SomeGuyThatIsMe28-Apr-08 3:01 

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.