BTW, where's the Quick Reply button? I've not seen it in any of the posts.
If someone can please tell me how to start diagnosing the above problem, I'd appreciate. It's becoming very aggravating, especially since it was working perfectly before. I've re-created the database and the whole project and still no values from the DB fields are being associated with the profile items. I have this in my web.config:
Code:
<profile defaultProvider="TableProfileProvider" automaticSaveEnabled="false" enabled="true">
<providers>
<clear/>
<add name="TableProfileProvider" type="SqlTableProfileProvider" connectionStringName="[connectionString]" table="[tableName]" applicationName="/"/>
</providers>
<properties>
<add name="Address" defaultValue="[null]" customProviderData="Address;nvarchar;true"/>
...etc...
</properties>
</profile>