I have a RadioButtonList and I need to use Translation for the ListItems - anyone know ho to?
MyItem1MyItem2MyItem3MyItem4
Or
The text that should be Translated is the textstring for each ListItem.
<%#translate(" myitem1>%#translate("><%#translate(" myitem2>%#translate("><%#translate(" myitem3>%#translate("><%#translate(" myitem4>%#translate(">
Doesn't work -
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Code blocks are not supported in this context.
And
">">">">
Dosn't work either -
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0117: 'System.Web.UI.WebControls.ListItem' does not contain a definition for 'DataBinding'
Regards /Stefan
MyItem1
MyItem2
MyItem3
MyItem4
Or
The text that should be Translated is the textstring for each ListItem.
<%#translate(" myitem1>%#translate(">
<%#translate(" myitem2>%#translate(">
<%#translate(" myitem3>%#translate(">
<%#translate(" myitem4>%#translate(">
Doesn't work - Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: Code blocks are not supported in this context. And
">
">
">
">
Dosn't work either - Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. Compiler Error Message: CS0117: 'System.Web.UI.WebControls.ListItem' does not contain a definition for 'DataBinding' Regards /Stefan