You are using "
in the attribute value delimiter and inside the attribute:
CommandName="<%# DataBinder.Eval(Container.DataItem,"documentID") %>"
Change the outer delimiter to '
as already done for CommandArgument
:
CommandName='<%# DataBinder.Eval(Container.DataItem,"documentID") %>'
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…