i want to upload the attendance of students
i am able to upload a xlsx file and transfer its data to tbl_temp
now i have two tables
tbl_s_attendance
EP_Number Attendance course_id class_id
105078
105076
105075
105077
105079
tbl_Temp
EP_Number Attendance
105075 P
105076 P
105077 P
105078 A
105079 A
now i have to put attendance from tbl_temp to tbl_s_attendance according to ep number and il get the values of course_id and class_id from dropdown list of my aspx page