VS Net

  • Thread starter Thread starter Chris Kennedy
  • Start date Start date
C

Chris Kennedy

Is there anyway to make VS.net create webforms with no codebehinds. Just an
advanced text editor.
 
While it is possible to create and/or modify your own Project Templates for
Visual Studio, the simplest thing to do would be to create a new Page,
delete the CodeBehind file, and remove the CodeBehind references from the
Page.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Everybody picks their nose,
But some people are better at hiding it.
 
Do you mean just creating an html file ? if so, it's one of the page types
you can create.
 

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