Dnx Posted March 1, 2005 Posted March 1, 2005 i have to create a web application on ASPX/VB.NET and i use for it the FRAMESET but a lot of people says it's no good and not clean what i have to use to create a "beautiful/dynamic" web portal? thanks in advance Quote
kahlua001 Posted March 1, 2005 Posted March 1, 2005 To begin, take a look at http://www.asp.net 's sample starter kits. http://www.asp.net/Default.aspx?tabindex=8&tabid=47 Also, make use of user controls, caching to help achieve separation of content on a page without using frames. Quote
Dnx Posted March 2, 2005 Author Posted March 2, 2005 so if i want to get a web portal, i have to insert table into table into table etc... and that is the CSS style file who change the style of the website, right? Quote
kahlua001 Posted March 2, 2005 Posted March 2, 2005 In terms of just the html, yes, nested tables is likely, depending on your design. Also, using different css files to control your styles is a good idea. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.