I am using AsyncFileUpload (ajaxToolkit) control for uploading image file from registration page. uploaded file content are store into DB. So I need to show my uploaded file in asp:image control by httphander like \[code\]<asp:image id="imgLogo" runat="server" ImageUrl="Images.aspx/id=12" />\[/code\]. So how to do this.