I am using Visual Studio 2015 with framework 4.5 and with db as SQL SERVER.
I have one page that has values of the parent data:
Parent Data:
1
2
Child Data:
1
1.1
1.2
2
2.1
2.2
2.3
I want to display only child records in a list but I also have to give functionality to up and down the records inside the list box and save on the spot in db same as shown in list with ordering as well.
Please help me I don't have permission to use any third party js or any third party functionality as of now to do this feature.
I only have HTML as CSHTML , C# in backend code, SQL SERVER as DB and jquery with CSS3 only.
I got a list but mix data child records and display it in list box as well but don't know how to put that up down functionality please help me.