Asp into HTML?
-
It is not possible to change a dynamic website into a static one, i assume you chose asp because you have some server side code that you want to execute but if you are talking about changing your asp.net controls to simple html controls i would tell you that all asp controls are eventually rendered as html on the client side so there is really no point in changing it.
-
You're a team leader and this is beyond you? Resign immediately! Actually, I have a feeling that you just have not posed your question well (another reason to resign). Do you, perchance, mean that you wish to recreate an ASP web site into an HTML5y website, using CSS, JavaScript and other library goodies (jquery, etc) to drive the dynamic parts of the site? If that's not what you mean, what do you mean? As the other posters have already stated, if the site is dynamic you can't just remake in HTML as that will only support a static (unchanging) website.
"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair. Those who seek perfection will only find imperfection nils illegitimus carborundum me, me, me me, in pictures
-
You're a team leader and this is beyond you? Resign immediately! Actually, I have a feeling that you just have not posed your question well (another reason to resign). Do you, perchance, mean that you wish to recreate an ASP web site into an HTML5y website, using CSS, JavaScript and other library goodies (jquery, etc) to drive the dynamic parts of the site? If that's not what you mean, what do you mean? As the other posters have already stated, if the site is dynamic you can't just remake in HTML as that will only support a static (unchanging) website.
"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair. Those who seek perfection will only find imperfection nils illegitimus carborundum me, me, me me, in pictures
Thanks for the reply @ Mr. Mark. First for your kind information I'm team leader in Online Marketing, here i am helping to some other peoples who is getting problem in development. but I'm not a developer guy. Let me know which developers are master in codes. Every developers getting a code with these all type of good website. OK! Also you are a not good coder. If you are good developers, so you never joined this type of forums for discussion. You can't make website as well as software with help of other guys.
-
Thanks for the reply @ Mr. Mark. First for your kind information I'm team leader in Online Marketing, here i am helping to some other peoples who is getting problem in development. but I'm not a developer guy. Let me know which developers are master in codes. Every developers getting a code with these all type of good website. OK! Also you are a not good coder. If you are good developers, so you never joined this type of forums for discussion. You can't make website as well as software with help of other guys.
I have absolutely no idea what you are trying to say. I mean, it looks like you are trying to insult me but I just can't be sure. Whatever. If you don't know what you are talking about, get someone to post a question who has a clue.
"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair. Those who seek perfection will only find imperfection nils illegitimus carborundum me, me, me me, in pictures
-
I have absolutely no idea what you are trying to say. I mean, it looks like you are trying to insult me but I just can't be sure. Whatever. If you don't know what you are talking about, get someone to post a question who has a clue.
"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair. Those who seek perfection will only find imperfection nils illegitimus carborundum me, me, me me, in pictures
That was funny! OP can't be serious. It seems more like an attempt at trolling. :)
"I had the right to remain silent, but I didn't have the ability!"
Ron White, Comedian
-
That was funny! OP can't be serious. It seems more like an attempt at trolling. :)
"I had the right to remain silent, but I didn't have the ability!"
Ron White, Comedian
Manfred R. Bihy wrote:
It seems more like an attempt at trolling.
Pretty poor attempt! :-)
"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair. Those who seek perfection will only find imperfection nils illegitimus carborundum me, me, me me, in pictures
-
Manfred R. Bihy wrote:
It seems more like an attempt at trolling.
Pretty poor attempt! :-)
"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair. Those who seek perfection will only find imperfection nils illegitimus carborundum me, me, me me, in pictures
And most of it unintelligible. :)
"I had the right to remain silent, but I didn't have the ability!"
Ron White, Comedian
-
First, replace all of your
tags with equivalent html tags.
Then use some other framework or plain CGI to handle your server-side submits.If you form does no postbacks to submit data, then you can do away with the form and just present static HTML pages.
-
First, replace all of your
tags with equivalent html tags.
Then use some other framework or plain CGI to handle your server-side submits.If you form does no postbacks to submit data, then you can do away with the form and just present static HTML pages.
Thanks for support.