Hi
In my database employee based images stores using byte format
here my html page how to bind all employee image in my html page
my img tag
my img tag like this
Ex:
<img src="BindEmpImage('<%= Url.Action("GetEmpImage","EmpImage",new {EmpId = 8}) %>');" id="img1">
but i have more than image have how to bind this also using loop section in
MVC3 using controller.
Mark as Answer if its helpful to you
Kumaraspcode2009@gmail.com