aspx migration

  • Thread starter Thread starter Benedictum
  • Start date Start date
B

Benedictum

I have a project that was developed under BDS2006. Can I just copy the aspx
file and rewrite the codebehind in c# (assuming that the controls are the
same ones used)? I am trying to save time in the design of the site.
 
Hi,

I do not think that they are compatible. You better check first if there is
a conversion tool around.
Otherwise I would suggest that you get each page clear of any code and down
to the bare html and then you can code it again in c#
 

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