how can i convert aspx pages to HTML pages.

  • Thread starter Thread starter ramya.salva
  • Start date Start date
R

ramya.salva

I'm trying to add to my project an html page so that I can add some C#
code
into it.
I would need to 'convert' into aspx so that I can add the code with
the IDE.
What would I need to do?
Thanks.
 
I'm trying to add to my project an html page so that I can add some C#
code
into it.
I would need to 'convert' into aspx so that I can add the code with
the IDE.
What would I need to do?
Thanks.

Why not just add an .aspx page directly? Or do you already have an
html page with content? You could add an .aspx page and then copy the
content from the html page to the aspx page.

Chris
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top