Click here to Skip to main content
15,909,091 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Asp.Net Application is slow Pin
Pete O'Hanlon29-Apr-08 1:33
mvePete O'Hanlon29-Apr-08 1:33 
GeneralRe: Asp.Net Application is slow Pin
Bad Programmer30-Apr-08 1:40
Bad Programmer30-Apr-08 1:40 
GeneralHELP! Accessing controls on a user control Pin
Infernojericho28-Apr-08 9:38
Infernojericho28-Apr-08 9:38 
GeneralRe: HELP! Accessing controls on a user control Pin
Christian Graus28-Apr-08 12:10
protectorChristian Graus28-Apr-08 12:10 
GeneralRe: HELP! Accessing controls on a user control Pin
lovedotnet28-Apr-08 19:28
lovedotnet28-Apr-08 19:28 
GeneralRe: HELP! Accessing controls on a user control Pin
Christian Graus28-Apr-08 19:40
protectorChristian Graus28-Apr-08 19:40 
QuestionProgramming to DataTables VS. programming to Type safe objects. Pin
Steve Holdorf28-Apr-08 9:35
Steve Holdorf28-Apr-08 9:35 
GeneralSetting Grid values into Text Box Pin
Banjo Ayorinde28-Apr-08 9:03
Banjo Ayorinde28-Apr-08 9:03 
GeneralRe: Setting Grid values into Text Box Pin
Ashish Sehajpal28-Apr-08 9:12
Ashish Sehajpal28-Apr-08 9:12 
QuestionHow to identify Pin
Krazy Programmer28-Apr-08 7:18
Krazy Programmer28-Apr-08 7:18 
GeneralRe: How to identify Pin
Ashish Sehajpal28-Apr-08 7:52
Ashish Sehajpal28-Apr-08 7:52 
GeneralRe: How to identify Pin
Mark J. Miller28-Apr-08 8:06
Mark J. Miller28-Apr-08 8:06 
GeneralRe: How to identify Pin
flash66529-Apr-08 16:24
flash66529-Apr-08 16:24 
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 

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.