Hi,
I am very new at this... never worked with ASP or any web language, so my question can be very basic.
I have a vb Master Page that I used to create a web content form. That went well!! I created an asp page which contain a list of FAQs. Now I would like to built HTML answer pages from the Master Page because I want the same menu bar, logos, etc...
How do I do that??
Here is what I used for the web content form:
In the Master>
Public Partial Class EIDS_CLF
Inherits System.Web.UI.MasterPage
< ...
Go to the complete details ...