My problem is that I just can't seem to get the actual file of my mapPath in my foreeach loop.
foreach (DataRow item in objKat.getProd().Rows)
{
ddlImage.Items.Add(new ListItem(Server.MapPath("../img/produkter/"), item["fldId"].ToString()));
}
The actual problem is that I don't know what to write after produkter/". Hope any of you can help me. Thank you in advance! :)