| | |
Image inside a panel?
Please support our ASP.NET advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
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
Views: 2784 | Replies: 2
| Thread Tools | Search this Thread |
Tag cloud for ASP.NET
.net 2.0 ajax alltypeofvideos appliances application asp asp.net beginner box browser button c# cac checkbox class complex connection control countryselector dataaccesslayer database datagridview datalist deployment development dgv dialog dropdownlist dynamic dynamically edit editing embeddingactivexcontrol feedback fileuploader fill findcontrol flash form gridview gudi iis image javascript languages list listbox login maps microsoft mobile mouse mssql news novell numerical opera panelmasterpagebuttoncontrols parent problem profile project radio redirect registration relationaldatabases reportemail response.redirect richtextbox rows schoolproject search security select services sessionvariables silverlight smoobjects software sql sql-server ssl theft tracking treeview validatedate validation vb.net videos vista visualstudio vs2008 web webapplications webdevelopment webprogramming webservice wizard xsl






