How can I display image from database in asp.net mvc. I created image table and image path as varchar

Code Example - How can I display image from database in asp.net mvc. I created image table and image path as varchar

                
                        <td><img src="<%= Url.Action( "DisplayImage" , "User" , new { id = item.id} ) %>" alt="" /></td>