
Html editing in a asp.net project using vb.net
Greetings,
I am a beginner at using vb.net and writting asp.net applications even
though I have been using vb6 and frontapage for some time.
I have written a small database application using vb.net for the web and it
works fine. Now I want it to have the same look and feel as the rest of my
web site.
Most of the pages on my site use a webbot include to include a common menu
at the bottom and top and on the left.
I find that when I cut and paste the HTML code from this template into the
.aspx file, that everything works except that the webbot component does not
display in the browser.
Question: Is an aspx page somewhat limited in the html code that you can
use?
Question: Is the html editor in vs.net as bad as it looks? Why is it so
limited?
Question: What is the best way to edit html portions of your aspx page?
Thanks
Stephen Simpson