TeacherApprover Table - Table format in Database
TeacherID ApproverID ApproverLevel
15122 4 1
15122 2 2
15122 3 3
i need the result as in select Statement- it should display as below
TeacherID ApproverID ApproverID2` ApproverID3
15122 4 2 3
i tried directly binding in front end but i have some issues after binding like this, So i want to try getting the result in Dataset directly from backend. please guide me