I have a page that another developer wrote that displays an Active Directory group list in a gridview. If you click the select link, the members of the selected group display in another grid.
I have another page that uses the same datasources and displays the Active Directory groups in a dropdown box. If you select a particular group, the members of that group display in a listbox.
The strange thing is - for some reason there are some groups that will not display any members in the listbox. There is no error message. Just nothing displayed in the listbox.
Why is this happening? The datasources are the same just being displayed differently.
Any ideas how I resolve this?
I have another page that uses the same datasources and displays the Active Directory groups in a dropdown box. If you select a particular group, the members of that group display in a listbox.
The strange thing is - for some reason there are some groups that will not display any members in the listbox. There is no error message. Just nothing displayed in the listbox.
Why is this happening? The datasources are the same just being displayed differently.
Any ideas how I resolve this?
Comment