Can I add DNN Profile fields to AccountInfo.htm template?
No. But you can create your own admin tab and profile fields.
I am truly baffled by some of these templates...particularly the ones that use the asp:datalist.
For example, I want to change myfriends.htm to include the state/region, but when I try to add a line:
< asp: literal id="litRegion" ... and #Bind("Region") ...
I get an event in eventlog saying that litRegion is not valid.
Where/how are these defined?
These should all become tokens over the next couple of releases. However, not all views will have all fields available. This is for performance reasons. I will explain more about this later, but for right now, what you see in the myfriends.htm file is what you have available.