In the below code i am trying to display image inside a panel.But my image cannot access the image from C directory and place inside panel.Pls any one me to solve the issue
docimg.ImageUrl = @"C:\Search\Seardoc\Documents\Desert.jpeg";
imgPnl.BackImageUrl = docimg.ImageUrl;
<asp:Panel ID="imgPnl" runat="server">
<asp:Image ID="docimg" runat="server" Width="100px" Height="100px" /></asp:Panel>