How do you create a form in Visual Studio using ASP saving to XML?

RocknRolla

New member
Hey,

im trying to create a form using Visual Studio 2008 via ASP.NET

i am trying to create a contact page which is already in aspx format "contact.aspx"
how do i create a form on there so that when i click submit the file is then saved to an XML file so -any enquiry data submitted needs to be stored in an XML file.

how do i do this? i have been trying for 8 hours straight and no luck!!!!

i just need the following fields..

NAME, EMAIL ADDRESS, SUBJECT and COMMENT box (this needs to be multiline)
a SUBMIT button that saves the file to xml and a page saying thank you for your feedback
and a RESET button that will reset the data on the contact form

THANK YOU
 
Back
Top