Hi sir
I have problem in image retrieve from database
in this image path is viewing in attribute but dose not display the image in view
please solve it
thank u
@{
Datetime.HRMEntities entity = new Datetime.HRMEntities();
}
@using (Html.BeginForm())
{
| Image | First name | Last name |
|---|---|---|
| @item.fname | @item.lname |
}
Manas MohapatraPosted Aug 27, 2016, 2:22 PM
Midhun TpPosted Aug 27, 2016, 9:34 AM