PDA

View Full Version : background image problem! please help.



cavinsmither
03-18-2010, 02:40 AM
I am new to ASP.NET but I've been coding vb.net and c# for several years. and now i wanna design my own website using asp.net 2.0, the problem is that i can not set a background image for a table control or even a simple html table as i did in a static page using dreamweaver 8.0. i know it's funny that i can't do that but as long as i can not set that picture i wont be able to design the desired appearance of my website. this is my problem and i am asking for help.

JemsRoker
05-03-2010, 08:28 AM
You can do many things with ASP.NET, for background image
here is an example................

<form runat="server">
<asp:Table id="tab1" runat="server" BackImageUrl="img.gif">
<asp:TableRow>
<asp:TableCell>
Hello!
</asp:TableCell>
</asp:TableRow>
</asp:Table>
</form>

__________________________________________________ ____
Search Engine Optimization (http://xigmapro.com) | | Ecommerce Website Design Company (http://xigmapro.com/e-commerce-website-design-and-development/)

~ServerPoint~
05-04-2010, 05:22 AM
Can you please share the link you your web site to have a look?

c_cicca
05-19-2010, 06:57 AM
I know nothing about asp.net , why you don't use stylesheet to do the job?

cools4u
05-24-2010, 08:08 AM
background image problem is not due to asp.net or vb.net technology, there must syntax error on problem with the URL, check it out for proper display.....