Creating aspx.cs file manually

G

Guest

I design all of my pages in expression web. I then want to create a code
behind file for the aspx page created by EW in VS 2005. How could I do this
easily?
 
J

Juan T. Llibre

Hi, Dave.

Try asking questions about Expression in the expression newsgroups :

microsoft.public.expression.webdesigner
microsoft.public.expression.discussion

....on this same news server.
 
G

Guest

This is not an EW question. I have created my pages in EW, but I want to
create l code behind for these pages using VS 2005 using C#. How can I create
a code behind file manually in VS 2005
 
J

Juan T. Llibre

re:
!> How can I create a code behind file manually in VS 2005

There are no tools to convert inline code to code-behind.

Backup your file to another directory; delete the original file;
create a new file with the same name as your original file and make sure
you select the "Place code in separate file" option in the VS 2005 IDE.

Then, re-create your objects in the web form file.
The VS 2005 IDE will create the necessary code-behind.

When you're done, add your custom code to the code-behind file.
Sorry, I wish I had better news for you.
 

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

Members online

Forum statistics

Threads
473,768
Messages
2,569,575
Members
45,052
Latest member
KetoBeez

Latest Threads

Top