Search users
Hello sitefinity experts,
I have three dropdowns & a search button.... I want to develope something like if i select 1st dropdown than i get records in second dropdown & on selection of second i get records in 3rd dropdown. & than i press search button than it must show me records on another page in gridview.... Please suggest me how it is possible.....!! I will be very thankful.....
Regards,
Nrv
Hello Nrv,
Can you please elaborate a little bit further if you need assistance with the piece of code that will search your users, or with the part that is responsible for population of the drop-downs? Generally you can use the UserManager class to obtain users, and it accepts overloads to pass different arguments. Alternatively you can call UserManager.GetUsers().Where(u => u. ... where you can pass any valid property of the User object in your lambda expression to derive at the desired collection. For the dropdown implementation, I believe you might find this forum thread useful.
Regards,
Boyan Barnev
the Telerik team