Localization broke Eval

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?THVib21pcg==?=

    Localization broke Eval

    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 "Databindin g 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
  • =?Utf-8?B?THVib21pcg==?=

    #2
    RE: Localization broke Eval

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

    Lubomir



    "Lubomir" wrote:
    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 "Databindin g 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

    Comment

    Working...