i using hard coded image in web app when uploaded web app default image url is
but want default url as
..../images/blank_profile_female.jpg
i did this
imgbx.imageurl = "http://localhost61111/images/facebook-default-no-profile-pic.jpg";
is possible?
for mvc application
url.content("~/images/blank_profile_female.jpg")
for web application
server.mappath("~/images/blank_profile_female.jpg");
Comments
Post a Comment