Localization broke Eval

  • Thread starter Thread starter Lubomir
  • Start date Start date
L

Lubomir

I had a simple page with Eval within the templateField in a gridview. I added
support for localization (generated resource file from within VS 2008).

Now I can not run the app. I get error message "Databinding methods such as
Eval(),... can only be used in the context of a databound control."

Why Eval() is not accepted after I generated local resources?

Thanks,
Lubomir
 
I noticed, that even RadioButtonList, placed withing the GridView, is not
rendered after I generated local resources.

Lubomir
 
Back
Top