> About persisting properties. Hmmm. Depends on properties. The most common
> way is to store properties to ViewState if you have to. But if
functionality
> demands more, you can use alternative storages like Session, Application,
> Cache...
Yes I know. Right now I'm using Session to store all my data. And I think
that I will keep this but just wanted to know what are You using.
And btw: I'f found that I have acces to Page in Control. My foult
> About the custom control containing ASPX? I don't really get it what you
> want to do. Qour custom control, an IFRAME an ASPX... Where what how? Try
to
> explain this in more detail. At least to me. Looks like I'm stupid.
It's little hard to explain. I'm using combination of user/custom control,
aspx page and IFrame to create component that can be
reloaded/moved/minimized and even closed without reloading the rest of the
page. This is very usefull but I have to use aspx'a as a target for IFrame
cause ascx cannot be target in IFrame. And it must be in IFrame so I can do
all the operations I mentined before. I hope it's more clearly explained
right now
--
Cheers
Mariusz