Re: post html to asp.net page for validation and emailing
- From: "Juan T. Llibre" <nomailreplies@xxxxxxxxxxx>
- Date: Fri, 20 Jul 2007 15:34:48 -0400
re:
!> I wish I could not use an HTML page for this but I have to
!> because of the content management system that we have.
!> Is there another option?
Sure there is: change your content management system.
Clearly, it's hampering the development of your websites.
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
<csteacy@xxxxxxxxx> wrote in message news:1184958907.279716.20270@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
On Jul 20, 2:09 pm, "Mark Rae [MVP]" <m...@xxxxxxxxxxxxxxxxx> wrote:
<cste...@xxxxxxxxx> wrote in message
news:1184948140.244366.138970@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I'm posting the HTML page to the asp.net page but with no results.
Could someone point me in the right direction? Thank you in advance
for your help.
There's no need to have a separate HTML page...
1) Place your form fields in an aspx page
2) Add an <asp:Button> webcontrol
3) Either use Validation controls or roll your own client-side JavaScript or
server-side VB.NET / C#...
--
Mark Rae
ASP.NET MVPhttp://www.markrae.net
Thank you for your response to this. I wish I could not use an HTML
page for this but I have to because of the content management system
that we have. It does HTML forms but not any function with the forms
so I have to set the form to go to different page that can validate
and e-mail the form. I can't add in Javascript or anything to the
HTML page because it's inside the content management system. I've
tried to take the page and make it an asp.net page but then I cannot
get the same design. Is there another option? Thank you again.
.
- Follow-Ups:
- References:
- post html to asp.net page for validation and emailing
- From: csteacy
- Re: post html to asp.net page for validation and emailing
- From: Mark Rae [MVP]
- Re: post html to asp.net page for validation and emailing
- From: csteacy
- post html to asp.net page for validation and emailing
- Prev by Date: 1 solution and multiple websites
- Next by Date: Looking for Ideas - multiple long running stored procedures
- Previous by thread: Re: post html to asp.net page for validation and emailing
- Next by thread: Re: post html to asp.net page for validation and emailing
- Index(es):
Relevant Pages
|