Click here to Skip to main content
15,884,099 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I created a new project for asp.net server control and also added internal.js,style.css and a background-image which is quoted in the style.css.
CSS
.location-clear {
    background: url("image/ui-icons_2e83ff_256x240.png") repeat scroll -98px -366px rgba(0, 0, 0, 0);
    display: none;
    height: 16px;
    position: absolute;
    width: 16px;
}


Because of the issue of image url,it dosen't display on the cilent side.I know the url of image like this:

HTML
/WebResource.axd?d=DHlEQqJ73pe7w6G7zgj4BSIjdH_IYR-zB3WSMZ236lT0QdbSWqzOsxPdeCUhWhtjDBq_DIBSgsXWN2vc_A48WxFsNBhVkLfXhGabkCYoP48lLC5Ob2oI6hGENOfbpyne0&t=635596203601401714


I think I'd better get this dynamic url and replace the static with it,but I'm not sure what to do.Will you please give some idea?

Thanks a lot.
Posted
Updated 24-Feb-15 19:04pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900