R
ruthie
Hi,
I would like to use the profile - so I added the following code to
the
web.config file:
<profile automaticSaveEnabled="true">
<properties>
<add name="ReplyAddress"/>
<add name="ReplyName"/>
<add name="ccName"/>
</properties>
</profile>
I expected that in the aspx page - when I type Profile. - I will
have
all the properties of the profile (with the intellisense options).
For some reason - Profile. - isn't valid.
What am I missing ??
Thanks.
Ruthie.
I would like to use the profile - so I added the following code to
the
web.config file:
<profile automaticSaveEnabled="true">
<properties>
<add name="ReplyAddress"/>
<add name="ReplyName"/>
<add name="ccName"/>
</properties>
</profile>
I expected that in the aspx page - when I type Profile. - I will
have
all the properties of the profile (with the intellisense options).
For some reason - Profile. - isn't valid.
What am I missing ??
Thanks.
Ruthie.