Hello guys...

I have a few, probably simple questions for you but i'm a bit confused here..

I have this aspx page which inherits a MasterPage. Everything's working just fine. What I want to do is to let users to customize their home (default.aspx) page with widgets, etc, like iGoogle. I've tried to use Portal script but whatever I do, it keeps filling the whole page and maximizes itself. (portal and resource manager is in a contentplaceholder btw). Is there a way to fit the whole portal in the ContentPlaceHolder? If yes, I have another question.

Every user is going to have their own customized page, so I'll need to keep the data of what widgets are on the page and where they are positioned. Is there a way to hold at least their positions? Are there any integrated methods or something for it?

Last one, if the Portal is too much for what I'm asking it to do, is there a more simplified way to do it like a better component than ASP.Net's WebParts (which is totally useless)? And also, I'll be saving their location on the page too....

Thanks in advance :)