Probably an easy solution, but does anyone knwo how to get RadGrid to bind to Membership.GetUsers()?
I get the following error The DataSourceID of 'UserAccounts' must be the ID of a control of type IDataSource. 'UserAccounts' is not an IDataSource.
UserAccounts is the ID of my grid. I believe this should be an easy solution if I onyl knew how to conver the MembershipUserCollection to an IDataSource.
Any help would be greatly appreciated!
I get the following error The DataSourceID of 'UserAccounts' must be the ID of a control of type IDataSource. 'UserAccounts' is not an IDataSource.
UserAccounts is the ID of my grid. I believe this should be an easy solution if I onyl knew how to conver the MembershipUserCollection to an IDataSource.
Any help would be greatly appreciated!