Click here to Skip to main content
15,886,003 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,
I'm working on a web form using Js and asp .net, Webform is working correctly but when I fill in the information in Other people involved field 2 times their name appears in the summary in reveres form means last person name appear in summary to first and first name to last. I verified all thing and I have to make one change in the below line so that sequence did not change while showing in Summary.

$(sHTM).insertAfter($('#' + selectedInptFrmName).find('select[id="' + $($ctrl).attr('id') + '"]'));


This is the statement where I need to change but do not understand what to change so name not reverse while creating form I mean form is created and their sequence change.

input#OtherPerson_Lastname.fo


I just want that my sequence did not change in summary.

What I have tried:

<pre>  $(sHTM).insertAfter($('#' + selectedInptFrmName).find('select[id="' + $($ctrl).attr('id') + '"]'));
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900