S
Stephen
OK, I'm trying to do something that was quite simple in VB6, simply use
ListView. I'm pulling info (name, dept, hiredate) from an LDAP server and
trying to list all of the columns in a control so the user can select the
person they want to view. I've looked at DataGrid, but I couldn't seem to
get the info in without hooking it directly to a data source (SQL table,
etc.), it didn't like a multiple array (I tried that for more than one
column).
This must be a fairly common thing, what is the best control to use for
mulitple columns that allows one entry to be selected?
Thanks,
ListView. I'm pulling info (name, dept, hiredate) from an LDAP server and
trying to list all of the columns in a control so the user can select the
person they want to view. I've looked at DataGrid, but I couldn't seem to
get the info in without hooking it directly to a data source (SQL table,
etc.), it didn't like a multiple array (I tried that for more than one
column).
This must be a fairly common thing, what is the best control to use for
mulitple columns that allows one entry to be selected?
Thanks,