Click here to Skip to main content
15,901,001 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: ASP and jquery Pin
gollnick17-Oct-09 13:41
gollnick17-Oct-09 13:41 
GeneralRe: ASP and jquery Pin
Not Active17-Oct-09 16:28
mentorNot Active17-Oct-09 16:28 
GeneralRe: ASP and jquery Pin
gollnick18-Oct-09 8:05
gollnick18-Oct-09 8:05 
QuestionHow to add theme to master page if theme of master page differrent content page, thank you. Pin
xtplatinum17-Oct-09 2:10
xtplatinum17-Oct-09 2:10 
AnswerRe: How to add theme to master page if theme of master page differrent content page, thank you. Pin
Not Active17-Oct-09 2:49
mentorNot Active17-Oct-09 2:49 
QuestionFlash vs ASP.net Pin
ellllllllie16-Oct-09 23:54
ellllllllie16-Oct-09 23:54 
AnswerRe: Flash vs ASP.net [modified] Pin
Not Active17-Oct-09 2:45
mentorNot Active17-Oct-09 2:45 
QuestionProblem using folder heirarchy in VS2008 [Solved] Pin
OriginalGriff16-Oct-09 23:38
mveOriginalGriff16-Oct-09 23:38 
I am a beginner to ASP.NET, and am pulling my hair out over this:

I create a website, put a CSS and an image in the root folder, and apply them to the default.aspx page. I can see the image in the design and split views, and I can also see the the style applied to the text. I check the site via CTRL+F5 with the ASP.NET development server, and all is fine: image, style both present and correct.

I create a folder to hold images, and one for styles. I give every folder in the chain a web.config with
<authorization>
  <allow users="*"/>
</authorization>
I move the image and the CSS to the respective folders, and reapply the CSS, and delete and re-insert the image. Again, I can see both image and style correctly applied in the design and split views. When I run the website via CTRL+F5, I get a place holder for the image (but it's the right size) and no style applied. Checking the image properties, I get a url of "http://localhost:1087/ANWS1001/App_LocalResources/Images/BalaSignInSquiggle.png" which looks right.

Any ideas?

[edit]
Solved: don't use the "App_LocalResources" or "App_GlobalResources" no matter how much you think it makes sense! Create your own "Resources" directory and hang the images and style sheets off of that. Works fine.
[/edit]

No trees were harmed in the sending of this message; however, a significant number of electrons were slightly inconvenienced.

This message is made of fully recyclable Zeros and Ones

modified on Saturday, October 17, 2009 10:16 AM

QuestionLogout issue Pin
K.Safvi16-Oct-09 7:24
K.Safvi16-Oct-09 7:24 
AnswerRe: Logout issue-No reply. Still waiting for a post Pin
K.Safvi16-Oct-09 9:49
K.Safvi16-Oct-09 9:49 
GeneralRe: Logout issue-No reply. Still waiting for a post Pin
Parwej Ahamad16-Oct-09 10:12
professionalParwej Ahamad16-Oct-09 10:12 
GeneralRe: Logout issue-No reply. Still waiting for a post Pin
K.Safvi16-Oct-09 19:42
K.Safvi16-Oct-09 19:42 
GeneralRe: Logout issue-No reply. Still waiting for a post Pin
Parwej Ahamad16-Oct-09 22:22
professionalParwej Ahamad16-Oct-09 22:22 
GeneralRe: Logout issue-No reply. Still waiting for a post Pin
Christian Graus16-Oct-09 10:28
protectorChristian Graus16-Oct-09 10:28 
AnswerRe: Logout issue Pin
Nada Adel16-Oct-09 22:21
Nada Adel16-Oct-09 22:21 
QuestionLogout in ASP.NET? Pin
_Madmatt16-Oct-09 6:31
_Madmatt16-Oct-09 6:31 
AnswerRe: Logout in ASP.NET? Pin
Not Active16-Oct-09 7:42
mentorNot Active16-Oct-09 7:42 
GeneralRe: Logout in ASP.NET? Pin
_Madmatt16-Oct-09 7:51
_Madmatt16-Oct-09 7:51 
GeneralRe: Logout in ASP.NET? Pin
Not Active16-Oct-09 8:17
mentorNot Active16-Oct-09 8:17 
GeneralRe: Logout in ASP.NET? Pin
Christian Graus16-Oct-09 10:30
protectorChristian Graus16-Oct-09 10:30 
QuestionWeird Issue: Characters appearing in in postback by itself Pin
Steven M Hunt16-Oct-09 3:48
Steven M Hunt16-Oct-09 3:48 
AnswerRe: Weird Issue: Characters appearing in in postback by itself Pin
Not Active16-Oct-09 5:30
mentorNot Active16-Oct-09 5:30 
GeneralRe: Weird Issue: Characters appearing in in postback by itself Pin
Steven M Hunt19-Oct-09 6:43
Steven M Hunt19-Oct-09 6:43 
QuestionIE and anchors. Pin
JimBob SquarePants16-Oct-09 3:22
JimBob SquarePants16-Oct-09 3:22 
QuestionShowing the Virtual Directories of Remote Server Pin
Milind R Chavan16-Oct-09 1:24
Milind R Chavan16-Oct-09 1:24 

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.