DataGrid to Edit and Delete Items

May 27 2004 9:28 AM
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:
Detail Record
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

Answers (1)

Tool Name: <%# DataBinder.Eval(Container.DataItem, "Name" )%>