Hi.
I created a page with address "~/default.aspx" and an image in it with url "~/Data/rabbit.jpg" and a link. after clicking the link, a query string is added to url. I mean href attribute for link is: href="default.aspx/?param=value".
after page is reloaded, image is not shown. What's the problem? What is tilde before urls?
Thanks
Loading

Majid KamaliPosted Mar 13, 2011, 6:24 AM
Sam HobbsPosted Mar 13, 2011, 3:05 AM
Majid KamaliPosted Mar 13, 2011, 1:33 AM
note that first that default page loads it has ~/Default.aspx address.
after I changes "~" to ".." it worked ! Why ?
Sam HobbsPosted Mar 12, 2011, 3:09 PM
Suthish NairPosted Mar 12, 2011, 1:44 PM
shashi reddyPosted Mar 11, 2011, 4:43 AM