Teen wrote:
I am totally unexpercienced with ASP but would like to learn it...
If I look for example to the homepage of Webwizz, I see this is a default.asp page. The layout of this page, is this done by just using html tags or is there also a lot of asp code used to reach this result..
|
ASP can give your site loads of interaction and control. The only way that is as far as I know to see if a site or page may be generated by ASP code, is to look for the ASP extenuation at the end of the page address. If you look a the source using browses you will most of the time only see the HTML it has generated to make the page. There is a lot more going on in the back of a ASP page or site than you think.
I am also a newbe using ASP and I am still louring but it’s worth it in the end.
Good luck with your ASP coding. 
PS
I just wanted to add one more thing. If you need help or get stuck when coding ASP, you could not do better than visiting the webwiz community here. I could not have asked for a more helpful team of ASP and coding guru's around.
I would like to take this opportunity to thank all the ASP guru's here.
Edited by BoLt