Click here to Skip to main content
15,921,463 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Installing IIS Pin
Paul Conrad16-Jul-07 9:58
professionalPaul Conrad16-Jul-07 9:58 
QuestionDistinct in Query Pin
Khan.Bangash16-Jul-07 3:59
Khan.Bangash16-Jul-07 3:59 
AnswerWrong forum Pin
leckey16-Jul-07 4:01
leckey16-Jul-07 4:01 
GeneralRe: Wrong forum Pin
Paul Conrad16-Jul-07 9:59
professionalPaul Conrad16-Jul-07 9:59 
GeneralRe: Wrong forum Pin
leckey16-Jul-07 10:35
leckey16-Jul-07 10:35 
GeneralRe: Wrong forum Pin
Paul Conrad16-Jul-07 10:53
professionalPaul Conrad16-Jul-07 10:53 
AnswerRe: Distinct in Query Pin
Vasudevan Deepak Kumar16-Jul-07 7:52
Vasudevan Deepak Kumar16-Jul-07 7:52 
QuestionCss dilemmas Pin
matjame16-Jul-07 3:44
matjame16-Jul-07 3:44 
Hi guys.I have a page called default.aspx that is empty at this moment and I want to call a CSS file(real-estate) for the layout.But the problem is I cant seem to be able to use it properly on the page.I have tried to load it onto the App_Themes folder and created a .skin file but still.I cant seem to do it rite.My config file is changed aswell to show this css but it doesnt.

What am I doing wrong??
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %>





<title>Default










Then my web config file:



<configuration>
<appsettings>
<connectionstrings>
<system.web>
<compilation debug="true" strict="true" explicit="true">
<pages stylesheettheme="real-estate">
<namespaces>
<clear>
<add namespace="System">
<add namespace="System.Collections">
<add namespace="System.Collections.Specialized">
<add namespace="System.Configuration">
<add namespace="System.Text">
<add namespace="System.Text.RegularExpressions">
<add namespace="System.Web">
<add namespace="System.Web.Caching">
<add namespace="System.Web.SessionState">
<add namespace="System.Web.Security">
<add namespace="System.Web.Profile">
<add namespace="System.Web.UI">
<add namespace="System.Web.UI.WebControls">
<add namespace="System.Web.UI.WebControls.WebParts">
<add namespace="System.Web.UI.HtmlControls">



<authentication mode="Windows">
<customerrors mode="RemoteOnly" defaultredirect="GenericErrorPage.htm">
<error statuscode="403" redirect="NoAccess.htm">
<error statuscode="404" redirect="FileNotFound.htm">





kagiso

AnswerRe: Css dilemmas Pin
Scott McFadden16-Jul-07 3:54
Scott McFadden16-Jul-07 3:54 
GeneralRe: Css dilemmas Pin
matjame16-Jul-07 4:00
matjame16-Jul-07 4:00 
GeneralRe: Css dilemmas Pin
Scott McFadden16-Jul-07 4:06
Scott McFadden16-Jul-07 4:06 
GeneralRe: Css dilemmas Pin
matjame16-Jul-07 4:11
matjame16-Jul-07 4:11 
GeneralRe: Css dilemmas Pin
Scott McFadden16-Jul-07 4:40
Scott McFadden16-Jul-07 4:40 
QuestionShowModalDialog with XP Pin
peacefulmember16-Jul-07 2:59
peacefulmember16-Jul-07 2:59 
AnswerRe: ShowModalDialog with XP Pin
Vasudevan Deepak Kumar16-Jul-07 7:53
Vasudevan Deepak Kumar16-Jul-07 7:53 
Questionasp.net Pin
Rasal doss Solomon16-Jul-07 2:57
Rasal doss Solomon16-Jul-07 2:57 
AnswerRe: asp.net Pin
Sathesh Sakthivel16-Jul-07 3:00
Sathesh Sakthivel16-Jul-07 3:00 
GeneralRe: asp.net Pin
Vasudevan Deepak Kumar16-Jul-07 7:54
Vasudevan Deepak Kumar16-Jul-07 7:54 
AnswerRe: asp.net Pin
Paddy Boyd16-Jul-07 3:12
Paddy Boyd16-Jul-07 3:12 
AnswerRe: asp.net Pin
Rasal doss Solomon16-Jul-07 20:17
Rasal doss Solomon16-Jul-07 20:17 
AnswerThe rules Pin
leckey16-Jul-07 4:00
leckey16-Jul-07 4:00 
QuestionChart reccomendation Pin
Senseicads16-Jul-07 2:27
Senseicads16-Jul-07 2:27 
AnswerRe: Chart reccomendation Pin
Mubashir Javaid16-Jul-07 2:37
Mubashir Javaid16-Jul-07 2:37 
GeneralRe: Chart reccomendation Pin
Senseicads16-Jul-07 2:41
Senseicads16-Jul-07 2:41 
GeneralRe: Chart reccomendation Pin
Mubashir Javaid16-Jul-07 2:52
Mubashir Javaid16-Jul-07 2:52 

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.