M
Miguel Dias Moura
Hello,
i am working in an ASP.net / VB web site.
In a web page I have a form with 10 Text Boxes.
I want to insert the form values in a new record of a database and i also
want to send them by email when the Submit button is pressed.
What i have:
1. I have a DataSet connecting to the database table where i want to insert
the form values.
I was able to retrieve data from the database so the Data Set is
working.
2. I created an AspNetEmail script which sends the form values by email.
What i don't know how to do:
1. Insert the form values in the database. I have no idea of how to do this.
I also want to put together some form values and insert then as one in
one field of the database table.
2. I want to run the Send Email script and also insert the form values in
the database when the Submit button is pressed. How can i do this?
Anyway, i am not so far from what i need to do. Can somebody help me out? I
need to have this done tomorrow.
Thank You Very Much,
Miguel
i am working in an ASP.net / VB web site.
In a web page I have a form with 10 Text Boxes.
I want to insert the form values in a new record of a database and i also
want to send them by email when the Submit button is pressed.
What i have:
1. I have a DataSet connecting to the database table where i want to insert
the form values.
I was able to retrieve data from the database so the Data Set is
working.
2. I created an AspNetEmail script which sends the form values by email.
What i don't know how to do:
1. Insert the form values in the database. I have no idea of how to do this.
I also want to put together some form values and insert then as one in
one field of the database table.
2. I want to run the Send Email script and also insert the form values in
the database when the Submit button is pressed. How can i do this?
Anyway, i am not so far from what i need to do. Can somebody help me out? I
need to have this done tomorrow.
Thank You Very Much,
Miguel