Click here to Skip to main content
15,914,066 members
Home / Discussions / Web Development
   

Web Development

 
QuestionNavigation CSS Question Pin
Dalek Dave26-May-10 10:54
professionalDalek Dave26-May-10 10:54 
AnswerRe: Navigation CSS Question Pin
User 171649226-May-10 12:01
professionalUser 171649226-May-10 12:01 
GeneralRe: Navigation CSS Question Pin
Dalek Dave26-May-10 12:38
professionalDalek Dave26-May-10 12:38 
GeneralRe: Navigation CSS Question Pin
User 171649226-May-10 13:03
professionalUser 171649226-May-10 13:03 
GeneralRe: Navigation CSS Question Pin
Dalek Dave26-May-10 13:22
professionalDalek Dave26-May-10 13:22 
GeneralRe: Navigation CSS Question Pin
User 171649226-May-10 13:27
professionalUser 171649226-May-10 13:27 
GeneralRe: Navigation CSS Question Pin
Dalek Dave26-May-10 14:02
professionalDalek Dave26-May-10 14:02 
QuestionOpening webpage having stylesheets in masterpage contentplaceholder Pin
mominafiz25-May-10 23:45
mominafiz25-May-10 23:45 
i got little problem with opening a webpage in masterpage's contentplaceholder.
To open a webpage in contentplaceholder of masterpage i need to do is
remove html tag , head and title... and doctype tag too. along with
this i need to remove runat=server from form tag and put action
instead. and on the top most line '@page' i need to add masterpagefile
attribute. All code except for the first line has to be placed in
asp:content control with ref to master contentplaceholder......

but what i do if my webpage has style sheet ..i cant remove head tag
bcoz it contains style sheet link..and if dont remove style from the
head and try to run removing html tags and doctype....the webpage
opens in masterpage but on clicking on tab which is in webpage takes
me to homepage instead of opening tab.

webpage code .aspx
<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="TestStandards.aspx.vb"
Inherits="PATHOLOGY.TestStandards" %>

<!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>Standards</title>
<link href="tabstyle.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" action="TestStandards.aspx">
<asp:Table ID="maintab" runat="server"> <asp:TableRow> <asp:TableCell> <asp:Table ID="content" runat="server"> <asp:TableRow> <asp:TableCell> Test Name:

AnswerRe: Opening webpage having stylesheets in masterpage contentplaceholder Pin
Eduard Keilholz25-May-10 23:54
Eduard Keilholz25-May-10 23:54 
GeneralRe: Opening webpage having stylesheets in masterpage contentplaceholder Pin
mominafiz26-May-10 1:20
mominafiz26-May-10 1:20 
AnswerRe: Opening webpage having stylesheets in masterpage contentplaceholder Pin
JHizzle26-May-10 3:32
JHizzle26-May-10 3:32 
QuestionI need Help : how can i connect between Facebook page who include products and Retail website who let the customer buying the product he clicked on the FB page ? Pin
Rafael-Ohayon25-May-10 4:26
Rafael-Ohayon25-May-10 4:26 
QuestionAbout using ordered and numbered lists for layout Pin
Dhyanga25-May-10 3:43
Dhyanga25-May-10 3:43 
AnswerRe: About using ordered and numbered lists for layout Pin
User 171649225-May-10 3:56
professionalUser 171649225-May-10 3:56 
GeneralRe: About using ordered and numbered lists for layout Pin
Dhyanga25-May-10 4:24
Dhyanga25-May-10 4:24 
GeneralRe: About using ordered and numbered lists for layout Pin
Dhyanga25-May-10 5:47
Dhyanga25-May-10 5:47 
GeneralRe: About using ordered and numbered lists for layout Pin
User 171649225-May-10 6:13
professionalUser 171649225-May-10 6:13 
GeneralRe: About using ordered and numbered lists for layout Pin
Dhyanga25-May-10 8:34
Dhyanga25-May-10 8:34 
GeneralRe: About using ordered and numbered lists for layout Pin
User 171649225-May-10 9:23
professionalUser 171649225-May-10 9:23 
GeneralRe: About using ordered and numbered lists for layout Pin
Dhyanga25-May-10 9:29
Dhyanga25-May-10 9:29 
AnswerRe: About using ordered and numbered lists for layout Pin
T M Gray25-May-10 11:15
T M Gray25-May-10 11:15 
AnswerRe: About using ordered and numbered lists for layout Pin
Baconbutty26-May-10 2:30
Baconbutty26-May-10 2:30 
Questionweb service Pin
lune1225-May-10 2:53
lune1225-May-10 2:53 
AnswerRe: web service Pin
JHizzle25-May-10 3:07
JHizzle25-May-10 3:07 
GeneralRe: web service Pin
lune1225-May-10 20:29
lune1225-May-10 20:29 

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.