i have image inside div tag. when i change image (with high resolution) url from code behind , it shows scrolling for that div. How to fit image to div.
Here is my code
<div class="imageCols">
<img runat="server" id="imgOriginal" alt="orgImg" />
</div>
imgOriginal.Src = "ProfilePictures/" + Session["WorkingImage"].ToString();