Thank's John for your quick answer.
I've thought of this way but I can't do this like that because I have thousands records. I think it won't be performant. Moreover I need to explain more what I would like :
My GridView depends on a research : You search an username by firstname, displayname, etc... in a textbox then the gridview is databound. Then u click on a link near of the user u want to see.
Furthermore, users will have to be able to edit their information. That's why I think I need a module by user.
To resume, I need to implement these functionnalities :
- RegisteredUsers can add/edit/delete their records of information (there will be huge information with stylesheet, so it can not be saved in the profile)
- Visitors can search a registered user and see his information (in my way by clicking on the link into the GridView results)
- Admin can add/edit/delete records of all RegisteredUsers
In my opinion i'll need to develop a specific module, but can i do that with official modules ?
Best regards.