Hi
Below code returns list of ID's . I want to get Data from Master Table which have those ID & bind that Master to DropDown using Linq query
BALTrainingHeader bALTrainingHeader = new BALTrainingHeader();
List objParticipants = bALTrainingHeader.GetSelectedUsers(Id);
Master Table has 2 fields ID & Description
Thanks
Jignesh KumarPosted Sep 8, 2022, 8:44 AM