Creating a Contact form in Visual Studio ASPX and saving to an XML file when clicking SUBMIT
- by user327137
hey people hope all is well..
i am trying to create a form in VS using ASP that when upon submitting a form the details will get automatically stored in an xml file which can be accessed later on a chosen file save path
i have 2 files ... "Contact.aspx" and "Contact.aspx.vb"
i have created the form in the "Contact.aspx" and when trying to enter…