We just upgraded from MOSS 2007 to SPS 2010. There were several ASPX pages built with SharePoint designer that had data from lists appear in tabular format.
What used to work:
If a Title was hyperlinked http://site.com/something.aspx?ID={@ID} in SharePoint Designer, the resulting hyperlink on the webpage for row with ID 5 was site.com/something.aspx?ID=5.
What doesn't work:
The hyperlink that showed site.com/something.aspx?ID=5 on the webpage now shows site.com/something.aspx?ID=. Query string ID has no value. I am clueless as to what happened there and how to resolve this.
What we tried and didn't work:
We removed and recreated the hyperlink using Designer 2010, this time choosing fx formula icon and choosing the ID but the result was the same - ID query string had no value for any row that appeared on the webpage.
Has anyone seen such a behavior? If so, how would you go about solving it?