| <telerik:GridButtonColumn ConfirmText="<%#Eval("TOPICNAME")%>" ConfirmDialogType="RadWindow" ConfirmTitle="BPM System" ButtonType="ImageButton" I mageUrl="../Images/Trash.gif" CommandName="Delete" Text="Delete" UniqueName="DeleteColumn"> </telerik:GridButtonColumn> |
Parser Error Message: Literal content ('" ConfirmDialogType="RadWindow"
ConfirmTitle="BPM System" ButtonType="ImageButton" ImageUrl="../Images/Trash.gif"
CommandName="Delete" Text="Delete" UniqueName="DeleteColumn">') is not allowed within a 'Telerik.Web.UI.GridButtonColumn'.
All I want is to show topicname in the confirmtext, so anyone could help me ?
Thanks a lot!