I have a detail datagrid that displays details concerning a record selected in a Master datagrid.
The detail datagrid is setup using
and 's.
See below:
Tool Name: |
<%# DataBinder.Eval(Container.DataItem, "Name" )%> |
This method allows me to format the presentation layout as I wish and retrieve the data without issue.
The problem is that when I attempt to include the :
I get an error stating the following:
'The active schema doesn't support the element '.
Can someone tell me why? The documentation I have seems to say to script it this way...
Thank you.
Tim