I have an asp image control as following:
<asp:Image ID="imagenSubida" runat="server" style="max-height:400px" />
now I want to convert the image that is stored inside that control into a byte array so that it can be stored into data base. The thing is I don't know how to make the conversion. Any help will be much apreciated.