asp.net - Web Parts and HTML pages -


is every web part encapsulated in own html page?

say have 1 root page, called index.html

within index.html, lets have 2 web parts, , b.

will web parts both belong index.html, or have separate html files, 3 different .html files (index, a, b)?

each .html / .htm page can have own tags (eg. body, ul, b etc)

but if have a href="somefile.html", need new html page


Comments

Popular posts from this blog

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -