I received a asp.net 2 to upgrade to .net 4. While most of it went well I\'m stuck on a line that can\'t find a solution for it.
I get a Parser Error Message: The
Parser Error Message: The
you need to use single quotes when setting tag values that contain the Eval() expression. The reason being is the double quotes that Eval takes.
Eval()
Eval