Click here to Skip to main content
15,914,500 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Calling tag ? Pin
hifiger200418-Oct-09 5:02
hifiger200418-Oct-09 5:02 
GeneralRe: Calling tag ? Pin
Not Active18-Oct-09 6:14
mentorNot Active18-Oct-09 6:14 
QuestionASP and jquery Pin
gollnick17-Oct-09 7:46
gollnick17-Oct-09 7:46 
AnswerRe: ASP and jquery Pin
Abhijit Jana17-Oct-09 8:14
professionalAbhijit Jana17-Oct-09 8:14 
AnswerRe: ASP and jquery Pin
Not Active17-Oct-09 10:23
mentorNot Active17-Oct-09 10:23 
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 

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.