I have a custom edit form let's call it UserControlForm.ascx. When the user control form loads, I have a dropdown list that I need to pre-populate with data based on some other key values from another row(any row) on that grid(Grid1). I've seen the documentation on how to reference the edited row if the grid is in edit mode, but haven't found anything on how to get values from other rows.