
Hello,
I'm trying to nest the SyntaxHighlighter Control in a ListView
The ListVIew is bound to a LinqDataSource
The first problem is that while the ListView works
and multiple syntaxhighlighter controls are created,
the code in the control is simply not being displayed.
The second problem is more of a question than a real problem
LanguageKey=<%# Eval("Language") %>
Language in the database contains "C#" for example
But that is not allowed by ASP.NET, any workarounds?
Thank you.
I'm trying to nest the SyntaxHighlighter Control in a ListView
The ListVIew is bound to a LinqDataSource
The first problem is that while the ListView works
and multiple syntaxhighlighter controls are created,
the code in the control is simply not being displayed.
The second problem is more of a question than a real problem
LanguageKey=<%# Eval("Language") %>
Language in the database contains "C#" for example
But that is not allowed by ASP.NET, any workarounds?
Thank you.