input array in ASP.NEt using C#
-
Hi all, I need to make input array in asp.net using C#... the data is comming from database as:id, name, position the form should display like this... posiotion will be in textbox.. name position aa 1 bb 2 cc 3 button(Set Position) now user can alter the position of names and when click on button, all records should be updated with new position values... for this I want to make two input arrays like: how can i set the database values to the textboxes and again fetch them in C# to update records with the new values entered by user... any help will be very much appreciated.. Thanks in advance... Suman Singh
-
Hi all, I need to make input array in asp.net using C#... the data is comming from database as:id, name, position the form should display like this... posiotion will be in textbox.. name position aa 1 bb 2 cc 3 button(Set Position) now user can alter the position of names and when click on button, all records should be updated with new position values... for this I want to make two input arrays like: how can i set the database values to the textboxes and again fetch them in C# to update records with the new values entered by user... any help will be very much appreciated.. Thanks in advance... Suman Singh