You can't expect 'three ../' will work for every scenario. I just showed you how to use relative paths with an example. You can add .. to go to the upper directory, another .. to go another one level up in your directory heirarchy and so on.
Now, if this page is not in the same folder as we previouly talked about (Which was in the View folder), then this might not work. For that, you have to provide the image path relative to this page. That's why it's called
Relative path. :)
Hope you got it now. If not, please tell me inside which folder your this page is in and I'll try to exaplain again. :)
Ruchira
All-Star
42902 Points
7022 Posts
MVP
Re: problem with jquery and ajax after deployment
Feb 24, 2012 12:16 PM|LINK
Hi,
You can't expect 'three ../' will work for every scenario. I just showed you how to use relative paths with an example. You can add .. to go to the upper directory, another .. to go another one level up in your directory heirarchy and so on.
Now, if this page is not in the same folder as we previouly talked about (Which was in the View folder), then this might not work. For that, you have to provide the image path relative to this page. That's why it's called Relative path. :)
Hope you got it now. If not, please tell me inside which folder your this page is in and I'll try to exaplain again. :)
My Tech blog | My YouTube ChannelPlease 'Mark as Answer' if this post helps you.