how to submit form data from non asp.net page to asp.net page

D

Dica

i'm trying to set up a general forms processing page that reads through all
the form fields and email the user the field name + value. the user should
be able to author the forms page itself using plain html. the page_load
event isn't firing and i'm not sure how to capture the form data. is this
possible?

tks
 
N

Nick Malik [Microsoft]

sure, this is possible. We used to provide things like this as example
apps.

Make sure that your HTML page lists the ASPX page in the FORM tag, so that
the POST knows where to go.

If you still cannot figure it out, create a short app that illustrates the
problem and upload the code.

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
 
D

Dica

Nick Malik said:
sure, this is possible. We used to provide things like this as example
apps.

Make sure that your HTML page lists the ASPX page in the FORM tag, so that
the POST knows where to go.

If you still cannot figure it out, create a short app that illustrates the
problem and upload the code.

that's really odd. it seems to work now, but before i swear i couldn't get
the page_load to even fire.

tks.
 

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

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,013
Latest member
KatriceSwa

Latest Threads

Top