Hello all,
I am new to asp.net.I have taken up a project called MIS(Management Information System).I have just started the project.The home page consists of a login screen.Now i need to put a picture in my page.I already have one picture for my web page.
In order to put another picture i have put a panel at the top of my page.
The problem is i get the image at design time but when i run it,iam not able to see the panel as well as the picture...
This is the what i have given in the backcolor url property of my panel control (C:/Documents and Settings/techlogin/PRIME/App_Data/logo1.bmp)
This is the same in the source code of the page
<asp:Panel ID="Panel1" runat="server" Height="100px" Style="z-index: 106; left: 123px;
position: absolute; top: 7px" Width="735px" BackImageUrl="C:/Documents and Settings/techlogin/PRIME/App_Data/logo1.bmp">
</asp:Panel>
The image is stored in App_Data.This is the default project folder.
Help me on how to display the image during runtime...
Thanks and Regards
Bharathi