M
morrisb
Simply put - I want the data in my rows to appear in various controls when I
click Edit.
My datagrid contains several template columns and I'm using
DataBinder.Eval(Container.DataItem, fieldname) to bind data in my
ItemTemplates.
However, I can't seem to use it for the TextBoxes in my EditItemTemplates.
All the examples I can find say to set the Text property - but that does not
seem to exist anymore and generates a schema error if I manually enter it.
How do I do this? Thanks!
click Edit.
My datagrid contains several template columns and I'm using
DataBinder.Eval(Container.DataItem, fieldname) to bind data in my
ItemTemplates.
However, I can't seem to use it for the TextBoxes in my EditItemTemplates.
All the examples I can find say to set the Text property - but that does not
seem to exist anymore and generates a schema error if I manually enter it.
How do I do this? Thanks!