Re: post html to asp.net page for validation and emailing
- From: csteacy@xxxxxxxxx
- Date: Fri, 20 Jul 2007 19:59:37 -0700
On Jul 20, 2:34 pm, "Juan T. Llibre" <nomailrepl...@xxxxxxxxxxx>
wrote:
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/
======================================
<cste...@xxxxxxxxx> wrote in messagenews: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.
Thank you for your responses. The plan is in the works to move to a
new CMS soon because of limitations such as this. But for now
development must still proceed as business proceeds. Thank you again.
.
- 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
- Re: post html to asp.net page for validation and emailing
- From: Juan T. Llibre
- post html to asp.net page for validation and emailing
- Prev by Date: ASPNETDB membership security on remote DB.. Roles?
- Next by Date: Instanciar COM en Cliente
- 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
|