Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jan 19, 2013 04:02 AM by sanjayverma_mca
Member
5 Points
1 Post
Jan 15, 2013 08:54 PM|LINK
Hi all
I am new to asp.net and would like to know how to convert an existing html/javascript website to asp.net(client wants functionality).
are there any wizards or tools i can use?
Thnk you :)
All-Star
135210 Points
21690 Posts
Moderator
MVP
Jan 16, 2013 04:10 AM|LINK
just put it. Asp.net is on server -and, if you have not server code, it just works.
Participant
1476 Points
350 Posts
Jan 19, 2013 04:02 AM|LINK
Hi kwandoa,
What you need to do is create asp.net website.copy you html code to .aspx page .the Header into header and body into body.Put all your javascript at the bottom before form tag close.then run the website with Ctrl + F5.
hope this will help you out ....
kwandoa
Member
5 Points
1 Post
html/javascript migration to asp.net
Jan 15, 2013 08:54 PM|LINK
Hi all
I am new to asp.net and would like to know how to convert an existing html/javascript website to asp.net(client wants functionality).
are there any wizards or tools i can use?
Thnk you :)
ignatandrei
All-Star
135210 Points
21690 Posts
Moderator
MVP
Re: html/javascript migration to asp.net
Jan 16, 2013 04:10 AM|LINK
just put it. Asp.net is on server -and, if you have not server code, it just works.
sanjayverma_...
Participant
1476 Points
350 Posts
Re: html/javascript migration to asp.net
Jan 19, 2013 04:02 AM|LINK
Hi kwandoa,
What you need to do is create asp.net website.copy you html code to .aspx page .the Header into header and body into body.Put all your javascript at the bottom before form tag close.then run the website with Ctrl + F5.
hope this will help you out ....