Web pages are simply rendered text, you can't overlay the controls in the editing layout. There are ways to move controls over the page, hide them, etc. But you need to use CSS (Cascading Stylesheets) and Javascript to get really fancy.
But, sounds like you might benefit from starting at the beginning. Here's an HTML tutorial that explains the basics of web pages. http://www.w3schools.com/html/html_intro.asp This is what gets rendered by an ASP.NET application when you run it. Then I'd check out how to work with ASP.NET http://asp.net/learn/videos/default.aspx?tabid=63#beginners On 4/23/07, Ricky <[EMAIL PROTECTED]> wrote: > > Hi > I am working on visual web develeper 2005 express edition but I am not > able to place controls on web page as I used to do in vb6. I think > that there is some problem in layout of web page. > > It is placing controls on cursor location like we write text i.e. on > after another. If I want to overlap any control I am unable to do so. > > Pls. suggest. > > Ricky > > > -- Dean Fiala Very Practical Software, Inc Now with Blogging... http://www.vpsw.com/blogbaby Microsoft MVP [Non-text portions of this message have been removed]

