im using 9 text box naming - name, designation,emil id,mobile no, & current ctc,resume etc.. okey. All details are post the submit control button. i ran the applicatins but not work,it making error.
html with javascript.
|
| Author: Maheswara Reddy 06 Jul 2007 | Member Level: Bronze | Rating: Points: 2 |
Hello Sangeetha, You didn't mention your error which type of error your getting, So we can't give the promt answer,but i can assume If you are connected to the Database,then it may problem with while saving into the database you have wriiten the wrong textbox name or fields constraints might be the problem.
Just check again,if you are gettign the same,plz let us know with correct error. or mails to me maheshreddy245@gmail.com
Cheers Mahesh Reddy.
|
| Author: daya 06 Jul 2007 | Member Level: Gold | Rating: Points: 2 |
First catch all the values in txt box, if possible put it in one array then post it instead of doing one by one.
- daya
|