ssomchai,
To recap a topic you started: "How i can modify the User profle"
http://p2p.wrox.com/topic.asp?TOPIC_ID=69543. A discussion about using the SqlTableProfileProvider was opened up.
Myself, I ended up downloading, installing, and using it. Once I got through a couple of small problems, it has been quite easy to work with. Adding and removing profile fields, and using simple SQL queries in SPROC's against the ProfileTable to select information in it, and then simply dump them into a GridView.
If you use the SqlTableProfileProvider, you'll be able to create queries as simple as:
Code:
SELECT * FROM ProfileTable WHERE Country = 'Thailand';
and then drop it into a GridView.
Hope this opens up another alternative,
Ronnie