Hi guys,
I know this seems like an ancient topic but, believe it or not, I am still using DataLists and Forms for DataLists when I want to avoid having to write custom code for simple changes.
In this case, though, I am stuck.
I have created a DataList and a corresponding form for Editing.
I have set the DataList to use default templates and I got to an editing link of this form:
All good and nice so far, although I have struggled a bit to understand what each parameter means.
The problem now is that the Form page does not display any value that is stored on the corresponding Row.
I have used TemplateTags, just to be sure I won't be making any suppositions.
I get the list of fields but the Value property is empty, regardless of what I have stored on the row. My guess is the row content is not retrieved correctly.
Is there any setting that may have something to do with this approach? I could swear I have seen the Editing work on other projects.
The Solution in my case is 9.13.13.
Thank you,
Adrian