Hi, all...
I am developing my first ASP.NET web app.
It includes pages that have 6 text boxes, 3 radio buttons(one group), a checkbox, and a submit button.
I need to know how to take the customer input data from all these controls and send them to a file that is accessible (html file on the server?/database?) once the submit button is clicked.
I've attached a .txt file of the markup for one of the .aspx pages that contains the controls, just in case it can help you see what I'm trying to do.
I have client-side verifications set up for the controls that need them, and I'm not really worried about server-side verification at this point. I simply need a way to send the customer input to a file that can be retrieved or emailed to the business owner.
I realize this is pretty basic stuff, but I need a kick-start on the code-behind stuff.
BTW... I am using C#
Thanks!