| | |
Image inside a panel?
Please support our ASP.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Jan 2008
Posts: 25
Reputation:
Solved Threads: 0
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
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
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.NET Syntax (Toggle Plain Text)
<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>
Help me on how to display the image during runtime...
Thanks and Regards
Bharathi
•
•
Join Date: Sep 2007
Posts: 1,080
Reputation:
Solved Threads: 68
or if that is the default folder where the file is located as well, you can just have BackImageUrl="logo1.bmp"
Is there any text in the panel at all? Cause if there is not and your image does not load, then you won't see the panel (especially in firefox as it eliminates useless info like malfunctioning HTML that controls convert into). Try setting something inside your panel for testing purposes, like "OMG IT DOESN'T WORK". If it shows, it works! if not, you're text is right on the money.. If it doesn't work, try adding " Visible="True" " to your control. Panels convert to Div's when processed.
Is there any text in the panel at all? Cause if there is not and your image does not load, then you won't see the panel (especially in firefox as it eliminates useless info like malfunctioning HTML that controls convert into). Try setting something inside your panel for testing purposes, like "OMG IT DOESN'T WORK". If it shows, it works! if not, you're text is right on the money.. If it doesn't work, try adding " Visible="True" " to your control. Panels convert to Div's when processed.
![]() |
Similar Threads
- Norton Detects Hacktool, HJT log inside (Viruses, Spyware and other Nasties)
- Horizontal lines across display (Monitors, Displays and Video Cards)
- Display image for background (Java)
- Sudden Blurry Monitor (Monitors, Displays and Video Cards)
- I lack focus... (Java)
- Viruses/Spam is EVERYWHERE!! HELP!! HJT Log inside PLZZ HELP (Viruses, Spyware and other Nasties)
- What is all this about MP3 USB Keys ? (USB Devices and other Peripherals)
- Can't remove "about:blank" homepage. Please help. (Viruses, Spyware and other Nasties)
Other Threads in the ASP.NET Forum
- Previous Thread: Dreamweaver testing server
- Next Thread: I have a dumb question
| Thread Tools | Search this Thread |
.net 2.0 3.5 ajax alltypeofvideos appliances application asp asp.net beginner box browser businesslogiclayer button c# cac checkbox child class compatible content contenttype control countryselector courier dataaccesslayer database datagrid datagridview datalist deployment development dgv dialog dropdownmenu dynamic dynamically edit embeddingactivexcontrol feedback fileuploader fill findcontrol flash flv form gridview gudi iis image javascript list listbox menu mouse mssql nameisnotdeclared news novell numerical opera order parent problem radio ratings redirect registration relationaldatabases reportemail schoolproject search security select serializesmo.table sessionvariables silverlight smoobjects software sql sql-server ssl tracking treeview typeof validatedate validation vb.net videos vista visual-studio visualstudio vs2008 web webapplications webarchitecture webdevelopment webprogramming wizard xsl






